Html Css Color HEX #553561 Honey Flower

📋 copy color: '#553561'

red 85 ◦ green 53 ◦ blue 97

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

Shades of Honey Flower #553561

Tints of Honey Flower #553561

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.55%

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

R = 36.17%
G = 22.55%
B = 41.28%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#553561 (or 0x553561) is known color: Honey Flower. HEX triplet: 55, 35 and 61. RGB value is (85,53,97). Sum of RGB (Red+Green+Blue) = 85+53+97=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 53 (21.09% from 255 or 22.55% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #553561 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553561 is #AACA9E. Grayscale: #434343. Windows color (decimal): -11192991 or 6370645. OLE color: 6370645.

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

Color convert

RGB 85 53 97 -
CMYK 0.12 0.45 0 0.62
HSL 283.64º 0.29% 0.29% -
HSV(B) 283.64º 0.45% 0.38% -
XYZ 7.18 5.34 11.96 -
YUV 67.58 144.6 140.42 -
System Red Green Blue C M Y K H S L
Decimal 85 53 97 0.12 0.45 0 0.62 283.64 0.29 0.29
Hex 55 35 61 C 2D 0 3E 11C 1D 1D
Octal 125 65 141 14 55 0 76 434 35 35
Binary 1010101 110101 1100001 1100 101101 0 111110 100011100 11101 11101

Color Harmonies of #553561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553561

Black with #553561

Text Example


Text Example

White with #553561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553561; }

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

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

background-color css

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

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

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

border-color css

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

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

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