Html Css Color HEX #534754 Bossanova

📋 copy color: '#534754'

red 83 ◦ green 71 ◦ blue 84

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

Shades of Bossanova #534754

Tints of Bossanova #534754

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 84 (33.2% from 255) = 35.29%

R = 34.87%
G = 29.83%
B = 35.29%

CMYK

 C value IS 0.01

 M value IS 0.15

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534754 (or 0x534754) is known color: Bossanova. HEX triplet: 53, 47 and 54. RGB value is (83,71,84). Sum of RGB (Red+Green+Blue) = 83+71+84=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 84 (33.20% from 255 or 35.29% from 238); Max value from RGB is 84 - color contains mainly: blue. Hex color #534754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534754 is #ACB8AB. Grayscale: #4C4C4C. Windows color (decimal): -11319468 or 5523283. OLE color: 5523283.

HSL color Cylindrical-coordinate representation of color #534754: hue angle of 295.38º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #534754 is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 84 -
CMYK 0.01 0.15 0 0.67
HSL 295.38º 0.08% 0.3% -
HSV(B) 295.38º 0.15% 0.33% -
XYZ 7.42 6.99 9.34 -
YUV 76.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 83 71 84 0.01 0.15 0 0.67 295.38 0.08 0.3
Hex 53 47 54 1 F 0 43 127 8 1E
Octal 123 107 124 1 17 0 103 447 10 36
Binary 1010011 1000111 1010100 1 1111 0 1000011 100100111 1000 11110

Color Harmonies of #534754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534754

Black with #534754

Text Example


Text Example

White with #534754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534754; }

 p { color: rgb(83,71,84); }

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

background-color css

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

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

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

border-color css

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

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

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