#5F2494

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

Shades of Kingfisher Daisy #5F2494

Tints of Kingfisher Daisy #5F2494

Color information

#5F2494 (or 0x5F2494) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 24 and 94. RGB value is (95,36,148). Sum of RGB (Red+Green+Blue) = 95+36+148=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 148 (58.20% from 255 or 53.05% from 279); Max value from RGB is 148 - color contains mainly: blue. Hex color #5F2494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2494 is #A0DB6B. Grayscale: #424242. Windows color (decimal): -10541932 or 9708639. OLE color: 9708639.

HSL color Cylindrical-coordinate representation of color #5F2494: hue angle of 271.61º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5F2494 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9536148-
CMYK0.360.7600.42
HSL271.61º60.87%36.08%-
HSV(B)271.61º75.68%58.04%-
XYZ10.75.8328.58-
YUV66.41174.05148.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.05%
GREEN value IS 36 (14.45% from 255) = 12.90%
BLUE value IS 148 (58.20% from 255) = 53.05%
R=34.05%
G=12.90%
B=53.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal95361480.360.7600.42271.6160.8736.08
Hex5F2494244C02A1103d24
Octal13744224441140524207544
Binary10111111001001001010010010010011000101010100010000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,36,148); }

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

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

 a { background-color: rgb(95,36,148); }

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

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

 span { border-color: rgb(95,36,148); }

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