Html Css Color HEX #544458 Bossanova

📋 copy color: '#544458'

red 84 ◦ green 68 ◦ blue 88

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

Shades of Bossanova #544458

Tints of Bossanova #544458

RGB

 RED value IS 84 (33.2% from 255) = 35%

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

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

R = 35%
G = 28.33%
B = 36.67%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#544458 (or 0x544458) is known color: Bossanova. HEX triplet: 54, 44 and 58. RGB value is (84,68,88). Sum of RGB (Red+Green+Blue) = 84+68+88=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #544458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544458 is #ABBBA7. Grayscale: #4B4B4B. Windows color (decimal): -11254696 or 5784660. OLE color: 5784660.

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

Color convert

RGB 84 68 88 -
CMYK 0.05 0.23 0 0.65
HSL 288º 0.13% 0.31% -
HSV(B) 288º 0.23% 0.35% -
XYZ 7.48 6.72 10.14 -
YUV 75.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 84 68 88 0.05 0.23 0 0.65 288 0.13 0.31
Hex 54 44 58 5 17 0 41 120 D 1F
Octal 124 104 130 5 27 0 101 440 15 37
Binary 1010100 1000100 1011000 101 10111 0 1000001 100100000 1101 11111

Color Harmonies of #544458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544458

Black with #544458

Text Example


Text Example

White with #544458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544458; }

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

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

background-color css

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

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

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

border-color css

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

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

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