Html Css Color HEX #554558 Bossanova

📋 copy color: '#554558'

red 85 ◦ green 69 ◦ blue 88

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

Shades of Bossanova #554558

Tints of Bossanova #554558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.51%

 BLUE value IS 88 (34.77% from 255) = 36.36%

R = 35.12%
G = 28.51%
B = 36.36%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554558 (or 0x554558) is known color: Bossanova. HEX triplet: 55, 45 and 58. RGB value is (85,69,88). Sum of RGB (Red+Green+Blue) = 85+69+88=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 88 - color contains mainly: blue. Hex color #554558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554558 is #AABAA7. Grayscale: #4B4B4B. Windows color (decimal): -11188904 or 5784917. OLE color: 5784917.

HSL color Cylindrical-coordinate representation of color #554558: hue angle of 290.53º 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 #554558 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 69 88 -
CMYK 0.03 0.22 0 0.65
HSL 290.53º 0.12% 0.31% -
HSV(B) 290.53º 0.22% 0.35% -
XYZ 7.64 6.89 10.16 -
YUV 75.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 85 69 88 0.03 0.22 0 0.65 290.53 0.12 0.31
Hex 55 45 58 3 16 0 41 123 C 1F
Octal 125 105 130 3 26 0 101 443 14 37
Binary 1010101 1000101 1011000 11 10110 0 1000001 100100011 1100 11111

Color Harmonies of #554558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554558

Black with #554558

Text Example


Text Example

White with #554558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554558; }

 p { color: rgb(85,69,88); }

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

background-color css

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

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

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

border-color css

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

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

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