Html Css Color HEX #554458 Bossanova

📋 copy color: '#554458'

red 85 ◦ green 68 ◦ blue 88

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

Shades of Bossanova #554458

Tints of Bossanova #554458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.22%

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

R = 35.27%
G = 28.22%
B = 36.51%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#554458 (or 0x554458) is known color: Bossanova. HEX triplet: 55, 44 and 58. RGB value is (85,68,88). Sum of RGB (Red+Green+Blue) = 85+68+88=241 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.27% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 88 - color contains mainly: blue. Hex color #554458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554458 is #AABBA7. Grayscale: #4B4B4B. Windows color (decimal): -11189160 or 5784661. OLE color: 5784661.

HSL color Cylindrical-coordinate representation of color #554458: hue angle of 291º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #554458 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 68 88 -
CMYK 0.03 0.23 0 0.65
HSL 291º 0.13% 0.31% -
HSV(B) 291º 0.23% 0.35% -
XYZ 7.57 6.77 10.14 -
YUV 75.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 85 68 88 0.03 0.23 0 0.65 291 0.13 0.31
Hex 55 44 58 3 17 0 41 123 D 1F
Octal 125 104 130 3 27 0 101 443 15 37
Binary 1010101 1000100 1011000 11 10111 0 1000001 100100011 1101 11111

Color Harmonies of #554458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554458

Black with #554458

Text Example


Text Example

White with #554458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554458; }

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

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

background-color css

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

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

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

border-color css

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

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

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