Html Css Color HEX #553771 Honey Flower

📋 copy color: '#553771'

red 85 ◦ green 55 ◦ blue 113

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

Shades of Honey Flower #553771

Tints of Honey Flower #553771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 33.6%
G = 21.74%
B = 44.66%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#553771 (or 0x553771) is known color: Honey Flower. HEX triplet: 55, 37 and 71. RGB value is (85,55,113). Sum of RGB (Red+Green+Blue) = 85+55+113=253 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.60% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 113 - color contains mainly: blue. Hex color #553771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553771 is #AAC88E. Grayscale: #464646. Windows color (decimal): -11192463 or 7419733. OLE color: 7419733.

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

Color convert

RGB 85 55 113 -
CMYK 0.25 0.51 0 0.56
HSL 271.03º 0.35% 0.33% -
HSV(B) 271.03º 0.51% 0.44% -
XYZ 8.09 5.86 16.33 -
YUV 70.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 85 55 113 0.25 0.51 0 0.56 271.03 0.35 0.33
Hex 55 37 71 19 33 0 38 10F 23 21
Octal 125 67 161 31 63 0 70 417 43 41
Binary 1010101 110111 1110001 11001 110011 0 111000 100001111 100011 100001

Color Harmonies of #553771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553771

Black with #553771

Text Example


Text Example

White with #553771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553771; }

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

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

background-color css

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

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

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

border-color css

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

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

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