Html Css Color HEX #534957 Bossanova

📋 copy color: '#534957'

red 83 ◦ green 73 ◦ blue 87

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

Shades of Bossanova #534957

Tints of Bossanova #534957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 35.8%

R = 34.16%
G = 30.04%
B = 35.8%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534957 (or 0x534957) is known color: Bossanova. HEX triplet: 53, 49 and 57. RGB value is (83,73,87). Sum of RGB (Red+Green+Blue) = 83+73+87=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 87 (34.38% from 255 or 35.80% from 243); Max value from RGB is 87 - color contains mainly: blue. Hex color #534957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534957 is #ACB6A8. Grayscale: #4D4D4D. Windows color (decimal): -11318953 or 5720403. OLE color: 5720403.

HSL color Cylindrical-coordinate representation of color #534957: hue angle of 282.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #534957 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 73 87 -
CMYK 0.05 0.16 0 0.66
HSL 282.86º 0.09% 0.31% -
HSV(B) 282.86º 0.16% 0.34% -
XYZ 7.67 7.29 10.02 -
YUV 77.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 83 73 87 0.05 0.16 0 0.66 282.86 0.09 0.31
Hex 53 49 57 5 10 0 42 11B 9 1F
Octal 123 111 127 5 20 0 102 433 11 37
Binary 1010011 1001001 1010111 101 10000 0 1000010 100011011 1001 11111

Color Harmonies of #534957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534957

Black with #534957

Text Example


Text Example

White with #534957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534957; }

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

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

background-color css

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

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

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

border-color css

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

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

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