Html Css Color HEX #555055 Bossanova

📋 copy color: '#555055'

red 85 ◦ green 80 ◦ blue 85

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

Shades of Bossanova #555055

Tints of Bossanova #555055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32%

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

R = 34%
G = 32%
B = 34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#555055 (or 0x555055) is known color: Bossanova. HEX triplet: 55, 50 and 55. RGB value is (85,80,85). Sum of RGB (Red+Green+Blue) = 85+80+85=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 85 (33.59% from 255 or 34% from 250); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #555055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555055 is #AAAFAA. Grayscale: #525252. Windows color (decimal): -11186091 or 5591125. OLE color: 5591125.

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

Color convert

RGB 85 80 85 -
CMYK 0 0.06 0 0.67
HSL 300º 0.03% 0.32% -
HSV(B) 300º 0.06% 0.33% -
XYZ 8.25 8.32 9.77 -
YUV 82.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 85 80 85 0 0.06 0 0.67 300 0.03 0.32
Hex 55 50 55 0 6 0 43 12C 3 20
Octal 125 120 125 0 6 0 103 454 3 40
Binary 1010101 1010000 1010101 0 110 0 1000011 100101100 11 100000

Color Harmonies of #555055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555055

Black with #555055

Text Example


Text Example

White with #555055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555055; }

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

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

background-color css

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

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

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

border-color css

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

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

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