Html Css Color HEX #534557 Bossanova

📋 copy color: '#534557'

red 83 ◦ green 69 ◦ blue 87

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

Shades of Bossanova #534557

Tints of Bossanova #534557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.4%

R = 34.73%
G = 28.87%
B = 36.4%

CMYK

 C value IS 0.05

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#534557 (or 0x534557) is known color: Bossanova. HEX triplet: 53, 45 and 57. RGB value is (83,69,87). Sum of RGB (Red+Green+Blue) = 83+69+87=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 87 (34.38% from 255 or 36.40% from 239); Max value from RGB is 87 - color contains mainly: blue. Hex color #534557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534557 is #ACBAA8. Grayscale: #4B4B4B. Windows color (decimal): -11319977 or 5719379. OLE color: 5719379.

HSL color Cylindrical-coordinate representation of color #534557: hue angle of 286.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #534557 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 69 87 -
CMYK 0.05 0.21 0 0.66
HSL 286.67º 0.12% 0.31% -
HSV(B) 286.67º 0.21% 0.34% -
XYZ 7.42 6.78 9.94 -
YUV 75.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 83 69 87 0.05 0.21 0 0.66 286.67 0.12 0.31
Hex 53 45 57 5 15 0 42 11F C 1F
Octal 123 105 127 5 25 0 102 437 14 37
Binary 1010011 1000101 1010111 101 10101 0 1000010 100011111 1100 11111

Color Harmonies of #534557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534557

Black with #534557

Text Example


Text Example

White with #534557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534557; }

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

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

background-color css

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

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

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

border-color css

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

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

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