#5F426E

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

Shades of Honey Flower #5F426E

Tints of Honey Flower #5F426E

Color information

#5F426E (or 0x5F426E) is unknown color: approx Honey Flower. HEX triplet: 5F, 42 and 6E. RGB value is (95,66,110). Sum of RGB (Red+Green+Blue) = 95+66+110=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 110 (43.36% from 255 or 40.59% from 271); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F426E is #A0BD91. Grayscale: #4F4F4F. Windows color (decimal): -10534290 or 7225951. OLE color: 7225951.

HSL color Cylindrical-coordinate representation of color #5F426E: hue angle of 279.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F426E is Cyan = 0.14, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9566110-
CMYK0.140.400.57
HSL279.55º25%34.51%-
HSV(B)279.55º40%43.14%-
XYZ9.487.4615.69-
YUV79.69145.11138.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 110 (43.36% from 255) = 40.59%
R=35.06%
G=24.35%
B=40.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95661100.140.400.57279.552534.51
Hex5F426EE280391181923
Octal13710215616500714303143
Binary1011111100001011011101110101000011100110001100011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,66,110); }

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

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

 a { background-color: rgb(95,66,110); }

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

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

 span { border-color: rgb(95,66,110); }

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