Html Css Color HEX #553D63 Honey Flower

📋 copy color: '#553D63'

red 85 ◦ green 61 ◦ blue 99

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

Shades of Honey Flower #553D63

Tints of Honey Flower #553D63

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.9%

 BLUE value IS 99 (39.06% from 255) = 40.41%

R = 34.69%
G = 24.9%
B = 40.41%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#553D63 (or 0x553D63) is known color: Honey Flower. HEX triplet: 55, 3D and 63. RGB value is (85,61,99). Sum of RGB (Red+Green+Blue) = 85+61+99=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 99 - color contains mainly: blue. Hex color #553D63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D63 is #AAC29C. Grayscale: #484848. Windows color (decimal): -11190941 or 6503765. OLE color: 6503765.

HSL color Cylindrical-coordinate representation of color #553D63: hue angle of 277.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #553D63 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 61 99 -
CMYK 0.14 0.38 0 0.61
HSL 277.89º 0.24% 0.31% -
HSV(B) 277.89º 0.38% 0.39% -
XYZ 7.67 6.17 12.59 -
YUV 72.51 142.95 136.91 -
System Red Green Blue C M Y K H S L
Decimal 85 61 99 0.14 0.38 0 0.61 277.89 0.24 0.31
Hex 55 3D 63 E 26 0 3D 116 18 1F
Octal 125 75 143 16 46 0 75 426 30 37
Binary 1010101 111101 1100011 1110 100110 0 111101 100010110 11000 11111

Color Harmonies of #553D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D63

Black with #553D63

Text Example


Text Example

White with #553D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,61,99); }

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

background-color css

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

 a { background-color: rgb(85,61,99); }

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

border-color css

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

 span { border-color: rgb(85,61,99); }

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