Html Css Color HEX #534556 Bossanova

📋 copy color: '#534556'

red 83 ◦ green 69 ◦ blue 86

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

Shades of Bossanova #534556

Tints of Bossanova #534556

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.99%

 BLUE value IS 86 (33.98% from 255) = 36.13%

R = 34.87%
G = 28.99%
B = 36.13%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534556 (or 0x534556) is known color: Bossanova. HEX triplet: 53, 45 and 56. RGB value is (83,69,86). Sum of RGB (Red+Green+Blue) = 83+69+86=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #534556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534556 is #ACBAA9. Grayscale: #4B4B4B. Windows color (decimal): -11319978 or 5653843. OLE color: 5653843.

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

Color convert

RGB 83 69 86 -
CMYK 0.03 0.20 0 0.66
HSL 289.41º 0.11% 0.3% -
HSV(B) 289.41º 0.2% 0.34% -
XYZ 7.38 6.77 9.72 -
YUV 75.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 83 69 86 0.03 0.20 0 0.66 289.41 0.11 0.3
Hex 53 45 56 3 14 0 42 121 B 1E
Octal 123 105 126 3 24 0 102 441 13 36
Binary 1010011 1000101 1010110 11 10100 0 1000010 100100001 1011 11110

Color Harmonies of #534556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534556

Black with #534556

Text Example


Text Example

White with #534556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534556; }

 p { color: rgb(83,69,86); }

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

background-color css

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

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

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

border-color css

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

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

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