Html Css Color HEX #5F426E Honey Flower

📋 copy color: '#5F426E'

red 95 ◦ green 66 ◦ blue 110

#5F426E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5F426E

Tints of Honey Flower #5F426E

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 value IS 0.14

 M value IS 0.4

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F426E (or 0x5F426E) is known color: 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

RGB 95 66 110 -
CMYK 0.14 0.4 0 0.57
HSL 279.55º 0.25% 0.35% -
HSV(B) 279.55º 0.4% 0.43% -
XYZ 9.48 7.46 15.69 -
YUV 79.69 145.11 138.92 -
System Red Green Blue C M Y K H S L
Decimal 95 66 110 0.14 0.4 0 0.57 279.55 0.25 0.35
Hex 5F 42 6E E 28 0 39 118 19 23
Octal 137 102 156 16 50 0 71 430 31 43
Binary 1011111 1000010 1101110 1110 101000 0 111001 100011000 11001 100011

Color Harmonies of #5F426E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F426E

Black with #5F426E

Text Example


Text Example

White with #5F426E

Text Example


Text Example

HTML Codes & Css Web 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>