#5F307C

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

Shades of Kingfisher Daisy #5F307C

Tints of Kingfisher Daisy #5F307C

Color information

#5F307C (or 0x5F307C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 30 and 7C. RGB value is (95,48,124). Sum of RGB (Red+Green+Blue) = 95+48+124=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 124 (48.83% from 255 or 46.44% from 267); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F307C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F307C is #A0CF83. Grayscale: #464646. Windows color (decimal): -10538884 or 8138847. OLE color: 8138847.

HSL color Cylindrical-coordinate representation of color #5F307C: hue angle of 277.11º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F307C is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9548124-
CMYK0.230.6100.51
HSL277.11º44.19%33.73%-
HSV(B)277.11º61.29%48.63%-
XYZ9.41619.73-
YUV70.72158.07145.32-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 48 (19.14% from 255) = 17.98%
BLUE value IS 124 (48.83% from 255) = 46.44%
R=35.58%
G=17.98%
B=46.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95481240.230.6100.51277.1144.1933.73
Hex5F307C173D0331152c22
Octal1376017427750634255442
Binary10111111100001111100101111111010110011100010101101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F307C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,48,124); }

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

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

 a { background-color: rgb(95,48,124); }

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

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

 span { border-color: rgb(95,48,124); }

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