Html Css Color HEX #553369 Honey Flower

📋 copy color: '#553369'

red 85 ◦ green 51 ◦ blue 105

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

Shades of Honey Flower #553369

Tints of Honey Flower #553369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 43.57%

R = 35.27%
G = 21.16%
B = 43.57%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553369 (or 0x553369) is known color: Honey Flower. HEX triplet: 55, 33 and 69. RGB value is (85,51,105). Sum of RGB (Red+Green+Blue) = 85+51+105=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #553369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553369 is #AACC96. Grayscale: #434343. Windows color (decimal): -11193495 or 6894421. OLE color: 6894421.

HSL color Cylindrical-coordinate representation of color #553369: hue angle of 277.78º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553369 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 51 105 -
CMYK 0.19 0.51 0 0.59
HSL 277.78º 0.35% 0.31% -
HSV(B) 277.78º 0.51% 0.41% -
XYZ 7.48 5.32 14 -
YUV 67.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 85 51 105 0.19 0.51 0 0.59 277.78 0.35 0.31
Hex 55 33 69 13 33 0 3B 116 23 1F
Octal 125 63 151 23 63 0 73 426 43 37
Binary 1010101 110011 1101001 10011 110011 0 111011 100010110 100011 11111

Color Harmonies of #553369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553369

Black with #553369

Text Example


Text Example

White with #553369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553369; }

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

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

background-color css

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

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

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

border-color css

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

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

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