#5f2b87

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

Shades of Kingfisher Daisy #5F2B87

Tints of Kingfisher Daisy #5F2B87

Color information

#5F2B87 (or 0x5F2B87) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 2B and 87. RGB value is (95,43,135). Sum of RGB (Red+Green+Blue) = 95+43+135=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 43 (17.19% from 255 or 15.75% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F2B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2B87 is #A0D478. Grayscale: #444444. Windows color (decimal): -10540153 or 8858463. OLE color: 8858463.

HSL color Cylindrical-coordinate representation of color #5F2B87: hue angle of 273.91º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5F2B87 is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9543135-
CMYK0.300.6800.47
HSL273.91º51.69%34.9%-
HSV(B)273.91º68.15%52.94%-
XYZ9.965.9123.54-
YUV69.04165.23146.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 43 (17.19% from 255) = 15.75%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=34.80%
G=15.75%
B=49.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95431350.300.6800.47273.9151.6934.9
Hex5F2B871E4402F1123423
Octal13753207361040574226443
Binary1011111101011100001111111010001000101111100010010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f2b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,43,135); }

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

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

 a { background-color: rgb(95,43,135); }

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

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

 span { border-color: rgb(95,43,135); }

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