Html Css Color HEX #553F61 Honey Flower

📋 copy color: '#553F61'

red 85 ◦ green 63 ◦ blue 97

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

Shades of Honey Flower #553F61

Tints of Honey Flower #553F61

RGB

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

 GREEN value IS 63 (25% from 255) = 25.71%

 BLUE value IS 97 (38.28% from 255) = 39.59%

R = 34.69%
G = 25.71%
B = 39.59%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553F61 (or 0x553F61) is known color: Honey Flower. HEX triplet: 55, 3F and 61. RGB value is (85,63,97). Sum of RGB (Red+Green+Blue) = 85+63+97=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #553F61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F61 is #AAC09E. Grayscale: #494949. Windows color (decimal): -11190431 or 6373205. OLE color: 6373205.

HSL color Cylindrical-coordinate representation of color #553F61: hue angle of 278.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #553F61 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 63 97 -
CMYK 0.12 0.35 0 0.62
HSL 278.82º 0.21% 0.31% -
HSV(B) 278.82º 0.35% 0.38% -
XYZ 7.68 6.35 12.13 -
YUV 73.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 85 63 97 0.12 0.35 0 0.62 278.82 0.21 0.31
Hex 55 3F 61 C 23 0 3E 117 15 1F
Octal 125 77 141 14 43 0 76 427 25 37
Binary 1010101 111111 1100001 1100 100011 0 111110 100010111 10101 11111

Color Harmonies of #553F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F61

Black with #553F61

Text Example


Text Example

White with #553F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553F61; }

 p { color: rgb(85,63,97); }

 H1.HeaderClassName
 {
   color: #553F61;
 }
 .AnyTagClassName
 {
   color: #553F61;
 }
</style>

background-color css

<style>
 a { background-color: #553F61; }

 a { background-color: rgb(85,63,97); }

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

border-color css

<style>
 span { border-color: #553F61; }

 span { border-color: rgb(85,63,97); }

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