Html Css Color HEX #553365 Honey Flower

📋 copy color: '#553365'

red 85 ◦ green 51 ◦ blue 101

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

Shades of Honey Flower #553365

Tints of Honey Flower #553365

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.52%

 BLUE value IS 101 (39.84% from 255) = 42.62%

R = 35.86%
G = 21.52%
B = 42.62%

CMYK

 C value IS 0.16

 M value IS 0.50

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#553365 (or 0x553365) is known color: Honey Flower. HEX triplet: 55, 33 and 65. RGB value is (85,51,101). Sum of RGB (Red+Green+Blue) = 85+51+101=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 101 (39.84% from 255 or 42.62% from 237); Max value from RGB is 101 - color contains mainly: blue. Hex color #553365 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553365 is #AACC9A. Grayscale: #424242. Windows color (decimal): -11193499 or 6632277. OLE color: 6632277.

HSL color Cylindrical-coordinate representation of color #553365: hue angle of 280.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553365 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 51 101 -
CMYK 0.16 0.50 0 0.60
HSL 280.8º 0.33% 0.3% -
HSV(B) 280.8º 0.5% 0.4% -
XYZ 7.28 5.24 12.94 -
YUV 66.87 147.26 140.93 -
System Red Green Blue C M Y K H S L
Decimal 85 51 101 0.16 0.50 0 0.60 280.8 0.33 0.3
Hex 55 33 65 10 32 0 3C 119 21 1E
Octal 125 63 145 20 62 0 74 431 41 36
Binary 1010101 110011 1100101 10000 110010 0 111100 100011001 100001 11110

Color Harmonies of #553365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553365

Black with #553365

Text Example


Text Example

White with #553365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553365; }

 p { color: rgb(85,51,101); }

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

background-color css

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

 a { background-color: rgb(85,51,101); }

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

border-color css

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

 span { border-color: rgb(85,51,101); }

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