Html Css Color HEX #553F62 Honey Flower

📋 copy color: '#553F62'

red 85 ◦ green 63 ◦ blue 98

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

Shades of Honey Flower #553F62

Tints of Honey Flower #553F62

RGB

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

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

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

R = 34.55%
G = 25.61%
B = 39.84%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553F62 (or 0x553F62) is known color: Honey Flower. HEX triplet: 55, 3F and 62. RGB value is (85,63,98). Sum of RGB (Red+Green+Blue) = 85+63+98=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 98 - color contains mainly: blue. Hex color #553F62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553F62 is #AAC09D. Grayscale: #494949. Windows color (decimal): -11190430 or 6438741. OLE color: 6438741.

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

Color convert

RGB 85 63 98 -
CMYK 0.13 0.36 0 0.62
HSL 277.71º 0.22% 0.32% -
HSV(B) 277.71º 0.36% 0.38% -
XYZ 7.73 6.37 12.38 -
YUV 73.57 141.79 136.15 -
System Red Green Blue C M Y K H S L
Decimal 85 63 98 0.13 0.36 0 0.62 277.71 0.22 0.32
Hex 55 3F 62 D 24 0 3E 116 16 20
Octal 125 77 142 15 44 0 76 426 26 40
Binary 1010101 111111 1100010 1101 100100 0 111110 100010110 10110 100000

Color Harmonies of #553F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553F62

Black with #553F62

Text Example


Text Example

White with #553F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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