#5b2584

Color #5B2584 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #5B2584

Tints of Kingfisher Daisy #5B2584

Color information

#5B2584 (or 0x5B2584) is unknown color: approx Kingfisher Daisy. HEX triplet: 5B, 25 and 84. RGB value is (91,37,132). Sum of RGB (Red+Green+Blue) = 91+37+132=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #5B2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B2584 is #A4DA7B. Grayscale: #3F3F3F. Windows color (decimal): -10803836 or 8660315. OLE color: 8660315.

HSL color Cylindrical-coordinate representation of color #5B2584: hue angle of 274.11º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5B2584 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9137132-
CMYK0.310.7200.48
HSL274.11º56.21%33.14%-
HSV(B)274.11º71.97%51.76%-
XYZ9.145.2122.35-
YUV63.98166.39147.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 91 (35.94% from 255) = 35%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 132 (51.95% from 255) = 50.77%
R=35%
G=14.23%
B=50.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91371320.310.7200.48274.1156.2133.14
Hex5B25841F480301123821
Octal13345204371100604227041
Binary1011011100101100001001111110010000110000100010010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5b2584; }

 p { color: rgb(91,37,132); }

 H1.HeaderClassName
 {
   color: #5b2584;
 }
 .AnyTagClassName
 {
   color: #5b2584;
 }
</style>
background-color css

<style>
 a { background-color: #5b2584; }

 a { background-color: rgb(91,37,132); }

 div.DivClassName
 {
   background-color: #5b2584;
 }
 .BgClassName
 {
   background-color: #5b2584;
 }
</style>
border-color css

<style>
 span { border-color: #5b2584; }

 span { border-color: rgb(91,37,132); }

 td.TdClassName
 {
   border-color: #5b2584;
 }
 .TagClassName
 {
   border-color: #5b2584;
 }
</style>