#5F2C85

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

Shades of Kingfisher Daisy #5F2C85

Tints of Kingfisher Daisy #5F2C85

Color information

#5F2C85 (or 0x5F2C85) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 2C and 85. RGB value is (95,44,133). Sum of RGB (Red+Green+Blue) = 95+44+133=272 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.93% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F2C85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F2C85 is #A0D37A. Grayscale: #454545. Windows color (decimal): -10539899 or 8727647. OLE color: 8727647.

HSL color Cylindrical-coordinate representation of color #5F2C85: hue angle of 274.38º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F2C85 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9544133-
CMYK0.290.6700.48
HSL274.38º50.28%34.71%-
HSV(B)274.38º66.92%52.16%-
XYZ9.855.9322.82-
YUV69.4163.9146.26-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.93%
GREEN value IS 44 (17.58% from 255) = 16.18%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=34.93%
G=16.18%
B=48.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95441330.290.6700.48274.3850.2834.71
Hex5F2C851D430301123223
Octal13754205351030604226243
Binary1011111101100100001011110110000110110000100010010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,44,133); }

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

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

 a { background-color: rgb(95,44,133); }

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

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

 span { border-color: rgb(95,44,133); }

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