Html Css Color HEX #534354 Bossanova

📋 copy color: '#534354'

red 83 ◦ green 67 ◦ blue 84

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

Shades of Bossanova #534354

Tints of Bossanova #534354

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.63%

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

R = 35.47%
G = 28.63%
B = 35.9%

CMYK

 C value IS 0.01

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534354 (or 0x534354) is known color: Bossanova. HEX triplet: 53, 43 and 54. RGB value is (83,67,84). Sum of RGB (Red+Green+Blue) = 83+67+84=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #534354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534354 is #ACBCAB. Grayscale: #494949. Windows color (decimal): -11320492 or 5522259. OLE color: 5522259.

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

Color convert

RGB 83 67 84 -
CMYK 0.01 0.20 0 0.67
HSL 296.47º 0.11% 0.3% -
HSV(B) 296.47º 0.2% 0.33% -
XYZ 7.17 6.49 9.26 -
YUV 73.72 133.8 134.62 -
System Red Green Blue C M Y K H S L
Decimal 83 67 84 0.01 0.20 0 0.67 296.47 0.11 0.3
Hex 53 43 54 1 14 0 43 128 B 1E
Octal 123 103 124 1 24 0 103 450 13 36
Binary 1010011 1000011 1010100 1 10100 0 1000011 100101000 1011 11110

Color Harmonies of #534354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534354

Black with #534354

Text Example


Text Example

White with #534354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534354; }

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

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

background-color css

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

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

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

border-color css

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

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

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