Html Css Color HEX #534953 Bossanova

📋 copy color: '#534953'

red 83 ◦ green 73 ◦ blue 83

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

Shades of Bossanova #534953

Tints of Bossanova #534953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 34.73%
G = 30.54%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534953 (or 0x534953) is known color: Bossanova. HEX triplet: 53, 49 and 53. RGB value is (83,73,83). Sum of RGB (Red+Green+Blue) = 83+73+83=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534953 is #ACB6AC. Grayscale: #4D4D4D. Windows color (decimal): -11318957 or 5458259. OLE color: 5458259.

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

Color convert

RGB 83 73 83 -
CMYK 0 0.12 0 0.67
HSL 300º 0.06% 0.31% -
HSV(B) 300º 0.12% 0.33% -
XYZ 7.51 7.23 9.18 -
YUV 77.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 83 73 83 0 0.12 0 0.67 300 0.06 0.31
Hex 53 49 53 0 C 0 43 12C 6 1F
Octal 123 111 123 0 14 0 103 454 6 37
Binary 1010011 1001001 1010011 0 1100 0 1000011 100101100 110 11111

Color Harmonies of #534953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534953

Black with #534953

Text Example


Text Example

White with #534953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534953; }

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

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

background-color css

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

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

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

border-color css

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

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

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