Html Css Color HEX #553A55 Bossanova

📋 copy color: '#553A55'

red 85 ◦ green 58 ◦ blue 85

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

Shades of Bossanova #553A55

Tints of Bossanova #553A55

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.44%

 BLUE value IS 85 (33.59% from 255) = 37.28%

R = 37.28%
G = 25.44%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#553A55 (or 0x553A55) is known color: Bossanova. HEX triplet: 55, 3A and 55. RGB value is (85,58,85). Sum of RGB (Red+Green+Blue) = 85+58+85=228 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.28% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #553A55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553A55 is #AAC5AA. Grayscale: #454545. Windows color (decimal): -11191723 or 5585493. OLE color: 5585493.

HSL color Cylindrical-coordinate representation of color #553A55: hue angle of 300º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #553A55 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 58 85 -
CMYK 0 0.32 0 0.67
HSL 300º 0.19% 0.28% -
HSV(B) 300º 0.32% 0.33% -
XYZ 6.9 5.61 9.31 -
YUV 69.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 85 58 85 0 0.32 0 0.67 300 0.19 0.28
Hex 55 3A 55 0 20 0 43 12C 13 1C
Octal 125 72 125 0 40 0 103 454 23 34
Binary 1010101 111010 1010101 0 100000 0 1000011 100101100 10011 11100

Color Harmonies of #553A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553A55

Black with #553A55

Text Example


Text Example

White with #553A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553A55; }

 p { color: rgb(85,58,85); }

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

background-color css

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

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

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

border-color css

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

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

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