#5F2B8B

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

Shades of Kingfisher Daisy #5F2B8B

Tints of Kingfisher Daisy #5F2B8B

Color information

#5F2B8B (or 0x5F2B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 2B and 8B. RGB value is (95,43,139). Sum of RGB (Red+Green+Blue) = 95+43+139=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #5F2B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2B8B is #A0D474. Grayscale: #454545. Windows color (decimal): -10540149 or 9120607. OLE color: 9120607.

HSL color Cylindrical-coordinate representation of color #5F2B8B: hue angle of 272.5º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2B8B is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9543139-
CMYK0.320.6900.45
HSL272.5º52.75%35.69%-
HSV(B)272.5º69.06%54.51%-
XYZ10.246.0225.05-
YUV69.49167.23146.19-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.30%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 139 (54.69% from 255) = 50.18%
R=34.30%
G=15.52%
B=50.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95431390.320.6900.45272.552.7535.69
Hex5F2B8B204502D1103524
Octal13753213401050554206544
Binary10111111010111000101110000010001010101101100010000110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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