Html Css Color HEX #534C56 Bossanova

📋 copy color: '#534C56'

red 83 ◦ green 76 ◦ blue 86

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

Shades of Bossanova #534C56

Tints of Bossanova #534C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.02%

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

R = 33.88%
G = 31.02%
B = 35.1%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534C56 (or 0x534C56) is known color: Bossanova. HEX triplet: 53, 4C and 56. RGB value is (83,76,86). Sum of RGB (Red+Green+Blue) = 83+76+86=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 86 (33.98% from 255 or 35.10% from 245); Max value from RGB is 86 - color contains mainly: blue. Hex color #534C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534C56 is #ACB3A9. Grayscale: #4F4F4F. Windows color (decimal): -11318186 or 5655635. OLE color: 5655635.

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

Color convert

RGB 83 76 86 -
CMYK 0.03 0.12 0 0.66
HSL 282º 0.06% 0.32% -
HSV(B) 282º 0.12% 0.34% -
XYZ 7.83 7.68 9.87 -
YUV 79.23 131.82 130.69 -
System Red Green Blue C M Y K H S L
Decimal 83 76 86 0.03 0.12 0 0.66 282 0.06 0.32
Hex 53 4C 56 3 C 0 42 11A 6 20
Octal 123 114 126 3 14 0 102 432 6 40
Binary 1010011 1001100 1010110 11 1100 0 1000010 100011010 110 100000

Color Harmonies of #534C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C56

Black with #534C56

Text Example


Text Example

White with #534C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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