#5F2495

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

Shades of Kingfisher Daisy #5F2495

Tints of Kingfisher Daisy #5F2495

Color information

#5F2495 (or 0x5F2495) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 24 and 95. RGB value is (95,36,149). Sum of RGB (Red+Green+Blue) = 95+36+149=280 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.93% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F2495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2495 is #A0DB6A. Grayscale: #424242. Windows color (decimal): -10541931 or 9774175. OLE color: 9774175.

HSL color Cylindrical-coordinate representation of color #5F2495: hue angle of 271.33º 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 #5F2495 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9536149-
CMYK0.360.7600.42
HSL271.33º61.08%36.27%-
HSV(B)271.33º75.84%58.43%-
XYZ10.785.8629-
YUV66.52174.55148.31-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.93%
GREEN value IS 36 (14.45% from 255) = 12.86%
BLUE value IS 149 (58.59% from 255) = 53.21%
R=33.93%
G=12.86%
B=53.21%

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
Decimal95361490.360.7600.42271.3361.0836.27
Hex5F2495244C02A10f3d24
Octal13744225441140524177544
Binary10111111001001001010110010010011000101010100001111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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