Html Css Color HEX #5F446C Honey Flower

📋 copy color: '#5F446C'

red 95 ◦ green 68 ◦ blue 108

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

Shades of Honey Flower #5F446C

Tints of Honey Flower #5F446C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 108 (42.58% from 255) = 39.85%

R = 35.06%
G = 25.09%
B = 39.85%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5F446C (or 0x5F446C) is known color: Honey Flower. HEX triplet: 5F, 44 and 6C. RGB value is (95,68,108). Sum of RGB (Red+Green+Blue) = 95+68+108=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #5F446C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F446C is #A0BB93. Grayscale: #505050. Windows color (decimal): -10533780 or 7095391. OLE color: 7095391.

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

Color convert

RGB 95 68 108 -
CMYK 0.12 0.37 0 0.58
HSL 280.5º 0.23% 0.35% -
HSV(B) 280.5º 0.37% 0.42% -
XYZ 9.49 7.65 15.16 -
YUV 80.63 143.45 138.25 -
System Red Green Blue C M Y K H S L
Decimal 95 68 108 0.12 0.37 0 0.58 280.5 0.23 0.35
Hex 5F 44 6C C 25 0 3A 118 17 23
Octal 137 104 154 14 45 0 72 430 27 43
Binary 1011111 1000100 1101100 1100 100101 0 111010 100011000 10111 100011

Color Harmonies of #5F446C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F446C

Black with #5F446C

Text Example


Text Example

White with #5F446C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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