Html Css Color HEX #534159 Bossanova

📋 copy color: '#534159'

red 83 ◦ green 65 ◦ blue 89

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

Shades of Bossanova #534159

Tints of Bossanova #534159

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

 BLUE value IS 89 (35.16% from 255) = 37.55%

R = 35.02%
G = 27.43%
B = 37.55%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534159 (or 0x534159) is known color: Bossanova. HEX triplet: 53, 41 and 59. RGB value is (83,65,89). Sum of RGB (Red+Green+Blue) = 83+65+89=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #534159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534159 is #ACBEA6. Grayscale: #494949. Windows color (decimal): -11320999 or 5849427. OLE color: 5849427.

HSL color Cylindrical-coordinate representation of color #534159: hue angle of 285º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #534159 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 65 89 -
CMYK 0.07 0.27 0 0.65
HSL 285º 0.16% 0.3% -
HSV(B) 285º 0.27% 0.35% -
XYZ 7.26 6.34 10.29 -
YUV 73.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 83 65 89 0.07 0.27 0 0.65 285 0.16 0.3
Hex 53 41 59 7 1B 0 41 11D 10 1E
Octal 123 101 131 7 33 0 101 435 20 36
Binary 1010011 1000001 1011001 111 11011 0 1000001 100011101 10000 11110

Color Harmonies of #534159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534159

Black with #534159

Text Example


Text Example

White with #534159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534159; }

 p { color: rgb(83,65,89); }

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

background-color css

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

 a { background-color: rgb(83,65,89); }

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

border-color css

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

 span { border-color: rgb(83,65,89); }

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