#5F436C

Color #5F436C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #5F436C

Tints of Honey Flower #5F436C

Color information

#5F436C (or 0x5F436C) is unknown color: approx Honey Flower. HEX triplet: 5F, 43 and 6C. RGB value is (95,67,108). Sum of RGB (Red+Green+Blue) = 95+67+108=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 67 (26.56% from 255 or 24.81% from 270); Blue value is 108 (42.58% from 255 or 40% from 270); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F436C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F436C is #A0BC93. Grayscale: #4F4F4F. Windows color (decimal): -10534036 or 7095135. OLE color: 7095135.

HSL color Cylindrical-coordinate representation of color #5F436C: hue angle of 280.98º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F436C is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9567108-
CMYK0.120.3800.58
HSL280.98º23.43%34.31%-
HSV(B)280.98º37.96%42.35%-
XYZ9.437.5315.14-
YUV80.05143.78138.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 67 (26.56% from 255) = 24.81%
BLUE value IS 108 (42.58% from 255) = 40%
R=35.19%
G=24.81%
B=40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95671080.120.3800.58280.9823.4334.31
Hex5F436CC2603A1191722
Octal13710315414460724312742
Binary1011111100001111011001100100110011101010001100110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F436C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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