Html Css Color HEX #534954 Bossanova

📋 copy color: '#534954'

red 83 ◦ green 73 ◦ blue 84

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

Shades of Bossanova #534954

Tints of Bossanova #534954

RGB

 RED value IS 83 (32.81% from 255) = 34.58%

 GREEN value IS 73 (28.91% from 255) = 30.42%

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

R = 34.58%
G = 30.42%
B = 35%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534954 (or 0x534954) is known color: Bossanova. HEX triplet: 53, 49 and 54. RGB value is (83,73,84). Sum of RGB (Red+Green+Blue) = 83+73+84=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 84 - color contains mainly: blue. Hex color #534954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534954 is #ACB6AB. Grayscale: #4D4D4D. Windows color (decimal): -11318956 or 5523795. OLE color: 5523795.

HSL color Cylindrical-coordinate representation of color #534954: hue angle of 294.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #534954 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 84 -
CMYK 0.01 0.13 0 0.67
HSL 294.55º 0.07% 0.31% -
HSV(B) 294.55º 0.13% 0.33% -
XYZ 7.55 7.24 9.39 -
YUV 77.24 131.81 132.11 -
System Red Green Blue C M Y K H S L
Decimal 83 73 84 0.01 0.13 0 0.67 294.55 0.07 0.31
Hex 53 49 54 1 D 0 43 127 7 1F
Octal 123 111 124 1 15 0 103 447 7 37
Binary 1010011 1001001 1010100 1 1101 0 1000011 100100111 111 11111

Color Harmonies of #534954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534954

Black with #534954

Text Example


Text Example

White with #534954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534954; }

 p { color: rgb(83,73,84); }

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

background-color css

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

 a { background-color: rgb(83,73,84); }

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

border-color css

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

 span { border-color: rgb(83,73,84); }

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