Html Css Color HEX #553971 Honey Flower

📋 copy color: '#553971'

red 85 ◦ green 57 ◦ blue 113

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

Shades of Honey Flower #553971

Tints of Honey Flower #553971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.35%

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 33.33%
G = 22.35%
B = 44.31%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553971 (or 0x553971) is known color: Honey Flower. HEX triplet: 55, 39 and 71. RGB value is (85,57,113). Sum of RGB (Red+Green+Blue) = 85+57+113=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #553971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553971 is #AAC68E. Grayscale: #474747. Windows color (decimal): -11191951 or 7420245. OLE color: 7420245.

HSL color Cylindrical-coordinate representation of color #553971: hue angle of 270º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553971 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 57 113 -
CMYK 0.25 0.50 0 0.56
HSL 270º 0.33% 0.33% -
HSV(B) 270º 0.5% 0.44% -
XYZ 8.19 6.05 16.36 -
YUV 71.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 85 57 113 0.25 0.50 0 0.56 270 0.33 0.33
Hex 55 39 71 19 32 0 38 10E 21 21
Octal 125 71 161 31 62 0 70 416 41 41
Binary 1010101 111001 1110001 11001 110010 0 111000 100001110 100001 100001

Color Harmonies of #553971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553971

Black with #553971

Text Example


Text Example

White with #553971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553971; }

 p { color: rgb(85,57,113); }

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

background-color css

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

 a { background-color: rgb(85,57,113); }

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

border-color css

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

 span { border-color: rgb(85,57,113); }

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