#5F4978

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

Shades of Kingfisher Daisy #5F4978

Tints of Kingfisher Daisy #5F4978

Color information

#5F4978 (or 0x5F4978) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 49 and 78. RGB value is (95,73,120). Sum of RGB (Red+Green+Blue) = 95+73+120=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #5F4978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4978 is #A0B687. Grayscale: #545454. Windows color (decimal): -10532488 or 7883103. OLE color: 7883103.

HSL color Cylindrical-coordinate representation of color #5F4978: hue angle of 268.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F4978 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9573120-
CMYK0.210.3900.53
HSL268.09º24.35%37.84%-
HSV(B)268.09º39.17%47.06%-
XYZ10.498.5518.87-
YUV84.94147.79135.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 73 (28.91% from 255) = 25.35%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=32.99%
G=25.35%
B=41.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal95731200.210.3900.53268.0924.3537.84
Hex5F4978152703510c1826
Octal13711117025470654143046
Binary10111111001001111100010101100111011010110000110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,73,120); }

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

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

 a { background-color: rgb(95,73,120); }

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

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

 span { border-color: rgb(95,73,120); }

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