#5F437C

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

Shades of Kingfisher Daisy #5F437C

Tints of Kingfisher Daisy #5F437C

Color information

#5F437C (or 0x5F437C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5F, 43 and 7C. RGB value is (95,67,124). Sum of RGB (Red+Green+Blue) = 95+67+124=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F437C is #A0BC83. Grayscale: #515151. Windows color (decimal): -10534020 or 8143711. OLE color: 8143711.

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

Color convert

RGB9567124-
CMYK0.230.4600.51
HSL269.47º29.84%37.45%-
HSV(B)269.47º45.97%48.63%-
XYZ10.367.920.05-
YUV81.87151.78137.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.22%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=33.22%
G=23.43%
B=43.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95671240.230.4600.51269.4729.8437.45
Hex5F437C172E03310d1e25
Octal13710317427560634153645
Binary10111111000011111110010111101110011001110000110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F437C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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