#5F2584

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

Shades of Kingfisher Daisy #5F2584

Tints of Kingfisher Daisy #5F2584

Color information

#5F2584 (or 0x5F2584) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 25 and 84. RGB value is (95,37,132). Sum of RGB (Red+Green+Blue) = 95+37+132=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #5F2584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2584 is #A0DA7B. Grayscale: #404040. Windows color (decimal): -10541692 or 8660319. OLE color: 8660319.

HSL color Cylindrical-coordinate representation of color #5F2584: hue angle of 276.63º 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 #5F2584 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9537132-
CMYK0.280.7200.48
HSL276.63º56.21%33.14%-
HSV(B)276.63º71.97%51.76%-
XYZ9.555.4222.37-
YUV65.17165.72149.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.98%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 132 (51.95% from 255) = 50%
R=35.98%
G=14.02%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95371320.280.7200.48276.6356.2133.14
Hex5F25841C480301153821
Octal13745204341100604257041
Binary1011111100101100001001110010010000110000100010101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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