Html Css Color HEX #553669 Honey Flower

📋 copy color: '#553669'

red 85 ◦ green 54 ◦ blue 105

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

Shades of Honey Flower #553669

Tints of Honey Flower #553669

RGB

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

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

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

R = 34.84%
G = 22.13%
B = 43.03%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#553669 (or 0x553669) is known color: Honey Flower. HEX triplet: 55, 36 and 69. RGB value is (85,54,105). Sum of RGB (Red+Green+Blue) = 85+54+105=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 105 (41.41% from 255 or 43.03% from 244); Max value from RGB is 105 - color contains mainly: blue. Hex color #553669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553669 is #AAC996. Grayscale: #444444. Windows color (decimal): -11192727 or 6895189. OLE color: 6895189.

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

Color convert

RGB 85 54 105 -
CMYK 0.19 0.49 0 0.59
HSL 276.47º 0.32% 0.31% -
HSV(B) 276.47º 0.49% 0.41% -
XYZ 7.62 5.59 14.04 -
YUV 69.08 148.27 139.35 -
System Red Green Blue C M Y K H S L
Decimal 85 54 105 0.19 0.49 0 0.59 276.47 0.32 0.31
Hex 55 36 69 13 31 0 3B 114 20 1F
Octal 125 66 151 23 61 0 73 424 40 37
Binary 1010101 110110 1101001 10011 110001 0 111011 100010100 100000 11111

Color Harmonies of #553669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553669

Black with #553669

Text Example


Text Example

White with #553669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553669; }

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

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

background-color css

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

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

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

border-color css

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

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

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