Html Css Color HEX #55405D Honey Flower

📋 copy color: '#55405D'

red 85 ◦ green 64 ◦ blue 93

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

Shades of Honey Flower #55405D

Tints of Honey Flower #55405D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 35.12%
G = 26.45%
B = 38.43%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#55405D (or 0x55405D) is known color: Honey Flower. HEX triplet: 55, 40 and 5D. RGB value is (85,64,93). Sum of RGB (Red+Green+Blue) = 85+64+93=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #55405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55405D is #AABFA2. Grayscale: #494949. Windows color (decimal): -11190179 or 6111317. OLE color: 6111317.

HSL color Cylindrical-coordinate representation of color #55405D: hue angle of 283.45º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #55405D is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 64 93 -
CMYK 0.09 0.31 0 0.64
HSL 283.45º 0.18% 0.31% -
HSV(B) 283.45º 0.31% 0.36% -
XYZ 7.56 6.39 11.19 -
YUV 73.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 85 64 93 0.09 0.31 0 0.64 283.45 0.18 0.31
Hex 55 40 5D 9 1F 0 40 11B 12 1F
Octal 125 100 135 11 37 0 100 433 22 37
Binary 1010101 1000000 1011101 1001 11111 0 1000000 100011011 10010 11111

Color Harmonies of #55405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55405D

Black with #55405D

Text Example


Text Example

White with #55405D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55405D; }

 p { color: rgb(85,64,93); }

 H1.HeaderClassName
 {
   color: #55405D;
 }
 .AnyTagClassName
 {
   color: #55405D;
 }
</style>

background-color css

<style>
 a { background-color: #55405D; }

 a { background-color: rgb(85,64,93); }

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

border-color css

<style>
 span { border-color: #55405D; }

 span { border-color: rgb(85,64,93); }

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