Html Css Color HEX #534454 Bossanova

📋 copy color: '#534454'

red 83 ◦ green 68 ◦ blue 84

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

Shades of Bossanova #534454

Tints of Bossanova #534454

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 35.32%
G = 28.94%
B = 35.74%

CMYK

 C value IS 0.01

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#534454 (or 0x534454) is known color: Bossanova. HEX triplet: 53, 44 and 54. RGB value is (83,68,84). Sum of RGB (Red+Green+Blue) = 83+68+84=235 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.32% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #534454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534454 is #ACBBAB. Grayscale: #4A4A4A. Windows color (decimal): -11320236 or 5522515. OLE color: 5522515.

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

Color convert

RGB 83 68 84 -
CMYK 0.01 0.19 0 0.67
HSL 296.25º 0.11% 0.3% -
HSV(B) 296.25º 0.19% 0.33% -
XYZ 7.23 6.61 9.28 -
YUV 74.31 133.47 134.2 -
System Red Green Blue C M Y K H S L
Decimal 83 68 84 0.01 0.19 0 0.67 296.25 0.11 0.3
Hex 53 44 54 1 13 0 43 128 B 1E
Octal 123 104 124 1 23 0 103 450 13 36
Binary 1010011 1000100 1010100 1 10011 0 1000011 100101000 1011 11110

Color Harmonies of #534454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534454

Black with #534454

Text Example


Text Example

White with #534454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534454; }

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

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

background-color css

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

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

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

border-color css

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

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

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