Html Css Color HEX #544259 Bossanova

📋 copy color: '#544259'

red 84 ◦ green 66 ◦ blue 89

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

Shades of Bossanova #544259

Tints of Bossanova #544259

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.62%

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

R = 35.15%
G = 27.62%
B = 37.24%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#544259 (or 0x544259) is known color: Bossanova. HEX triplet: 54, 42 and 59. RGB value is (84,66,89). Sum of RGB (Red+Green+Blue) = 84+66+89=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #544259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544259 is #ABBDA6. Grayscale: #494949. Windows color (decimal): -11255207 or 5849684. OLE color: 5849684.

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

Color convert

RGB 84 66 89 -
CMYK 0.06 0.26 0 0.65
HSL 286.96º 0.15% 0.3% -
HSV(B) 286.96º 0.26% 0.35% -
XYZ 7.41 6.5 10.32 -
YUV 74 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 84 66 89 0.06 0.26 0 0.65 286.96 0.15 0.3
Hex 54 42 59 6 1A 0 41 11F F 1E
Octal 124 102 131 6 32 0 101 437 17 36
Binary 1010100 1000010 1011001 110 11010 0 1000001 100011111 1111 11110

Color Harmonies of #544259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #544259

Black with #544259

Text Example


Text Example

White with #544259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #544259; }

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

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

background-color css

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

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

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

border-color css

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

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

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