Html Css Color HEX #534257 Bossanova

📋 copy color: '#534257'

red 83 ◦ green 66 ◦ blue 87

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

Shades of Bossanova #534257

Tints of Bossanova #534257

RGB

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

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

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

R = 35.17%
G = 27.97%
B = 36.86%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534257 (or 0x534257) is known color: Bossanova. HEX triplet: 53, 42 and 57. RGB value is (83,66,87). Sum of RGB (Red+Green+Blue) = 83+66+87=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #534257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534257 is #ACBDA8. Grayscale: #494949. Windows color (decimal): -11320745 or 5718611. OLE color: 5718611.

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

Color convert

RGB 83 66 87 -
CMYK 0.05 0.24 0 0.66
HSL 288.57º 0.14% 0.3% -
HSV(B) 288.57º 0.24% 0.34% -
XYZ 7.24 6.42 9.88 -
YUV 73.48 135.63 134.79 -
System Red Green Blue C M Y K H S L
Decimal 83 66 87 0.05 0.24 0 0.66 288.57 0.14 0.3
Hex 53 42 57 5 18 0 42 121 E 1E
Octal 123 102 127 5 30 0 102 441 16 36
Binary 1010011 1000010 1010111 101 11000 0 1000010 100100001 1110 11110

Color Harmonies of #534257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534257

Black with #534257

Text Example


Text Example

White with #534257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534257; }

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

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

background-color css

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

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

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

border-color css

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

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

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