Html Css Color HEX #55416B Honey Flower

📋 copy color: '#55416B'

red 85 ◦ green 65 ◦ blue 107

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

Shades of Honey Flower #55416B

Tints of Honey Flower #55416B

RGB

 RED value IS 85 (33.59% from 255) = 33.07%

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 107 (42.19% from 255) = 41.63%

R = 33.07%
G = 25.29%
B = 41.63%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#55416B (or 0x55416B) is known color: Honey Flower. HEX triplet: 55, 41 and 6B. RGB value is (85,65,107). Sum of RGB (Red+Green+Blue) = 85+65+107=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 107 - color contains mainly: blue. Hex color #55416B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55416B is #AABE94. Grayscale: #4B4B4B. Windows color (decimal): -11189909 or 7029077. OLE color: 7029077.

HSL color Cylindrical-coordinate representation of color #55416B: hue angle of 268.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55416B is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 65 107 -
CMYK 0.21 0.39 0 0.58
HSL 268.57º 0.24% 0.34% -
HSV(B) 268.57º 0.39% 0.42% -
XYZ 8.29 6.77 14.78 -
YUV 75.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 85 65 107 0.21 0.39 0 0.58 268.57 0.24 0.34
Hex 55 41 6B 15 27 0 3A 10D 18 22
Octal 125 101 153 25 47 0 72 415 30 42
Binary 1010101 1000001 1101011 10101 100111 0 111010 100001101 11000 100010

Color Harmonies of #55416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55416B

Black with #55416B

Text Example


Text Example

White with #55416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55416B; }

 p { color: rgb(85,65,107); }

 H1.HeaderClassName
 {
   color: #55416B;
 }
 .AnyTagClassName
 {
   color: #55416B;
 }
</style>

background-color css

<style>
 a { background-color: #55416B; }

 a { background-color: rgb(85,65,107); }

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

border-color css

<style>
 span { border-color: #55416B; }

 span { border-color: rgb(85,65,107); }

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