Html Css Color HEX #534A56 Bossanova

📋 copy color: '#534A56'

red 83 ◦ green 74 ◦ blue 86

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

Shades of Bossanova #534A56

Tints of Bossanova #534A56

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

 BLUE value IS 86 (33.98% from 255) = 35.39%

R = 34.16%
G = 30.45%
B = 35.39%

CMYK

 C value IS 0.03

 M value IS 0.14

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534A56 (or 0x534A56) is known color: Bossanova. HEX triplet: 53, 4A and 56. RGB value is (83,74,86). Sum of RGB (Red+Green+Blue) = 83+74+86=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 86 (33.98% from 255 or 35.39% from 243); Max value from RGB is 86 - color contains mainly: blue. Hex color #534A56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534A56 is #ACB5A9. Grayscale: #4E4E4E. Windows color (decimal): -11318698 or 5655123. OLE color: 5655123.

HSL color Cylindrical-coordinate representation of color #534A56: hue angle of 285º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #534A56 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 74 86 -
CMYK 0.03 0.14 0 0.66
HSL 285º 0.08% 0.31% -
HSV(B) 285º 0.14% 0.34% -
XYZ 7.7 7.41 9.83 -
YUV 78.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 83 74 86 0.03 0.14 0 0.66 285 0.08 0.31
Hex 53 4A 56 3 E 0 42 11D 8 1F
Octal 123 112 126 3 16 0 102 435 10 37
Binary 1010011 1001010 1010110 11 1110 0 1000010 100011101 1000 11111

Color Harmonies of #534A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A56

Black with #534A56

Text Example


Text Example

White with #534A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534A56; }

 p { color: rgb(83,74,86); }

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

background-color css

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

 a { background-color: rgb(83,74,86); }

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

border-color css

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

 span { border-color: rgb(83,74,86); }

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