Html Css Color HEX #544359 Bossanova

📋 copy color: '#544359'

red 84 ◦ green 67 ◦ blue 89

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

Shades of Bossanova #544359

Tints of Bossanova #544359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.92%

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 35%
G = 27.92%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#544359 (or 0x544359) is known color: Bossanova. HEX triplet: 54, 43 and 59. RGB value is (84,67,89). Sum of RGB (Red+Green+Blue) = 84+67+89=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #544359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544359 is #ABBCA6. Grayscale: #4A4A4A. Windows color (decimal): -11254951 or 5849940. OLE color: 5849940.

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

Color convert

RGB 84 67 89 -
CMYK 0.06 0.25 0 0.65
HSL 286.36º 0.14% 0.31% -
HSV(B) 286.36º 0.25% 0.35% -
XYZ 7.47 6.62 10.34 -
YUV 74.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 84 67 89 0.06 0.25 0 0.65 286.36 0.14 0.31
Hex 54 43 59 6 19 0 41 11E E 1F
Octal 124 103 131 6 31 0 101 436 16 37
Binary 1010100 1000011 1011001 110 11001 0 1000001 100011110 1110 11111

Color Harmonies of #544359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544359

Black with #544359

Text Example


Text Example

White with #544359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544359; }

 p { color: rgb(84,67,89); }

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

background-color css

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

 a { background-color: rgb(84,67,89); }

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

border-color css

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

 span { border-color: rgb(84,67,89); }

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