Html Css Color HEX #534E53 Bossanova

📋 copy color: '#534E53'

red 83 ◦ green 78 ◦ blue 83

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

Shades of Bossanova #534E53

Tints of Bossanova #534E53

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.97%

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

R = 34.02%
G = 31.97%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534E53 (or 0x534E53) is known color: Bossanova. HEX triplet: 53, 4E and 53. RGB value is (83,78,83). Sum of RGB (Red+Green+Blue) = 83+78+83=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #534E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E53 is #ACB1AC. Grayscale: #505050. Windows color (decimal): -11317677 or 5459539. OLE color: 5459539.

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

Color convert

RGB 83 78 83 -
CMYK 0 0.06 0 0.67
HSL 300º 0.03% 0.32% -
HSV(B) 300º 0.06% 0.33% -
XYZ 7.85 7.91 9.3 -
YUV 80.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 83 78 83 0 0.06 0 0.67 300 0.03 0.32
Hex 53 4E 53 0 6 0 43 12C 3 20
Octal 123 116 123 0 6 0 103 454 3 40
Binary 1010011 1001110 1010011 0 110 0 1000011 100101100 11 100000

Color Harmonies of #534E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534E53

Black with #534E53

Text Example


Text Example

White with #534E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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