Html Css Color HEX #553D62 Honey Flower

📋 copy color: '#553D62'

red 85 ◦ green 61 ◦ blue 98

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

Shades of Honey Flower #553D62

Tints of Honey Flower #553D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.16%

R = 34.84%
G = 25%
B = 40.16%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553D62 (or 0x553D62) is known color: Honey Flower. HEX triplet: 55, 3D and 62. RGB value is (85,61,98). Sum of RGB (Red+Green+Blue) = 85+61+98=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #553D62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D62 is #AAC29D. Grayscale: #484848. Windows color (decimal): -11190942 or 6438229. OLE color: 6438229.

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

Color convert

RGB 85 61 98 -
CMYK 0.13 0.38 0 0.62
HSL 278.92º 0.23% 0.31% -
HSV(B) 278.92º 0.38% 0.38% -
XYZ 7.62 6.15 12.34 -
YUV 72.39 142.45 136.99 -
System Red Green Blue C M Y K H S L
Decimal 85 61 98 0.13 0.38 0 0.62 278.92 0.23 0.31
Hex 55 3D 62 D 26 0 3E 117 17 1F
Octal 125 75 142 15 46 0 76 427 27 37
Binary 1010101 111101 1100010 1101 100110 0 111110 100010111 10111 11111

Color Harmonies of #553D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D62

Black with #553D62

Text Example


Text Example

White with #553D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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