Html Css Color HEX #553661 Honey Flower

📋 copy color: '#553661'

red 85 ◦ green 54 ◦ blue 97

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

Shades of Honey Flower #553661

Tints of Honey Flower #553661

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.88%

 BLUE value IS 97 (38.28% from 255) = 41.1%

R = 36.02%
G = 22.88%
B = 41.1%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553661 (or 0x553661) is known color: Honey Flower. HEX triplet: 55, 36 and 61. RGB value is (85,54,97). Sum of RGB (Red+Green+Blue) = 85+54+97=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 97 - color contains mainly: blue. Hex color #553661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553661 is #AAC99E. Grayscale: #444444. Windows color (decimal): -11192735 or 6370901. OLE color: 6370901.

HSL color Cylindrical-coordinate representation of color #553661: hue angle of 283.26º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #553661 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 54 97 -
CMYK 0.12 0.44 0 0.62
HSL 283.26º 0.28% 0.3% -
HSV(B) 283.26º 0.44% 0.38% -
XYZ 7.22 5.43 11.98 -
YUV 68.17 144.27 140 -
System Red Green Blue C M Y K H S L
Decimal 85 54 97 0.12 0.44 0 0.62 283.26 0.28 0.3
Hex 55 36 61 C 2C 0 3E 11B 1C 1E
Octal 125 66 141 14 54 0 76 433 34 36
Binary 1010101 110110 1100001 1100 101100 0 111110 100011011 11100 11110

Color Harmonies of #553661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553661

Black with #553661

Text Example


Text Example

White with #553661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553661; }

 p { color: rgb(85,54,97); }

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

background-color css

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

 a { background-color: rgb(85,54,97); }

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

border-color css

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

 span { border-color: rgb(85,54,97); }

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