Html Css Color HEX #55465A Bossanova

📋 copy color: '#55465A'

red 85 ◦ green 70 ◦ blue 90

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

Shades of Bossanova #55465A

Tints of Bossanova #55465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.57%

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 34.69%
G = 28.57%
B = 36.73%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#55465A (or 0x55465A) is known color: Bossanova. HEX triplet: 55, 46 and 5A. RGB value is (85,70,90). Sum of RGB (Red+Green+Blue) = 85+70+90=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 70 (27.73% from 255 or 28.57% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #55465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55465A is #AAB9A5. Grayscale: #4C4C4C. Windows color (decimal): -11188646 or 5916245. OLE color: 5916245.

HSL color Cylindrical-coordinate representation of color #55465A: hue angle of 285º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55465A is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 70 90 -
CMYK 0.06 0.22 0 0.65
HSL 285º 0.13% 0.31% -
HSV(B) 285º 0.22% 0.35% -
XYZ 7.78 7.05 10.62 -
YUV 76.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 85 70 90 0.06 0.22 0 0.65 285 0.13 0.31
Hex 55 46 5A 6 16 0 41 11D C 1F
Octal 125 106 132 6 26 0 101 435 14 37
Binary 1010101 1000110 1011010 110 10110 0 1000001 100011101 1100 11111

Color Harmonies of #55465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55465A

Black with #55465A

Text Example


Text Example

White with #55465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55465A; }

 p { color: rgb(85,70,90); }

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

background-color css

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

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

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

border-color css

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

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

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