Html Css Color HEX #553170 Honey Flower

📋 copy color: '#553170'

red 85 ◦ green 49 ◦ blue 112

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

Shades of Honey Flower #553170

Tints of Honey Flower #553170

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.92%

 BLUE value IS 112 (44.14% from 255) = 45.53%

R = 34.55%
G = 19.92%
B = 45.53%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553170 (or 0x553170) is known color: Honey Flower. HEX triplet: 55, 31 and 70. RGB value is (85,49,112). Sum of RGB (Red+Green+Blue) = 85+49+112=246 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.55% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #553170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553170 is #AACE8F. Grayscale: #424242. Windows color (decimal): -11194000 or 7352661. OLE color: 7352661.

HSL color Cylindrical-coordinate representation of color #553170: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #553170 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 49 112 -
CMYK 0.24 0.56 0 0.56
HSL 274.29º 0.39% 0.32% -
HSV(B) 274.29º 0.56% 0.44% -
XYZ 7.77 5.3 15.94 -
YUV 66.95 153.43 140.88 -
System Red Green Blue C M Y K H S L
Decimal 85 49 112 0.24 0.56 0 0.56 274.29 0.39 0.32
Hex 55 31 70 18 38 0 38 112 27 20
Octal 125 61 160 30 70 0 70 422 47 40
Binary 1010101 110001 1110000 11000 111000 0 111000 100010010 100111 100000

Color Harmonies of #553170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553170

Black with #553170

Text Example


Text Example

White with #553170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553170; }

 p { color: rgb(85,49,112); }

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

background-color css

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

 a { background-color: rgb(85,49,112); }

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

border-color css

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

 span { border-color: rgb(85,49,112); }

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