Html Css Color HEX #5F406E Honey Flower

📋 copy color: '#5F406E'

red 95 ◦ green 64 ◦ blue 110

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

Shades of Honey Flower #5F406E

Tints of Honey Flower #5F406E

RGB

 RED value IS 95 (37.5% from 255) = 35.32%

 GREEN value IS 64 (25.39% from 255) = 23.79%

 BLUE value IS 110 (43.36% from 255) = 40.89%

R = 35.32%
G = 23.79%
B = 40.89%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5F406E (or 0x5F406E) is known color: Honey Flower. HEX triplet: 5F, 40 and 6E. RGB value is (95,64,110). Sum of RGB (Red+Green+Blue) = 95+64+110=269 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.32% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 110 (43.36% from 255 or 40.89% from 269); Max value from RGB is 110 - color contains mainly: blue. Hex color #5F406E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F406E is #A0BF91. Grayscale: #4E4E4E. Windows color (decimal): -10534802 or 7225439. OLE color: 7225439.

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

Color convert

RGB 95 64 110 -
CMYK 0.14 0.42 0 0.57
HSL 280.43º 0.26% 0.34% -
HSV(B) 280.43º 0.42% 0.43% -
XYZ 9.37 7.23 15.65 -
YUV 78.51 145.77 139.76 -
System Red Green Blue C M Y K H S L
Decimal 95 64 110 0.14 0.42 0 0.57 280.43 0.26 0.34
Hex 5F 40 6E E 2A 0 39 118 1A 22
Octal 137 100 156 16 52 0 71 430 32 42
Binary 1011111 1000000 1101110 1110 101010 0 111001 100011000 11010 100010

Color Harmonies of #5F406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F406E

Black with #5F406E

Text Example


Text Example

White with #5F406E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5F406E;
 }
 .AnyTagClassName
 {
   color: #5F406E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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