Html Css Color HEX #534059 Bossanova

📋 copy color: '#534059'

red 83 ◦ green 64 ◦ blue 89

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

Shades of Bossanova #534059

Tints of Bossanova #534059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.12%

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

R = 35.17%
G = 27.12%
B = 37.71%

CMYK

 C value IS 0.07

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#534059 (or 0x534059) is known color: Bossanova. HEX triplet: 53, 40 and 59. RGB value is (83,64,89). Sum of RGB (Red+Green+Blue) = 83+64+89=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #534059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534059 is #ACBFA6. Grayscale: #484848. Windows color (decimal): -11321255 or 5849171. OLE color: 5849171.

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

Color convert

RGB 83 64 89 -
CMYK 0.07 0.28 0 0.65
HSL 285.6º 0.16% 0.3% -
HSV(B) 285.6º 0.28% 0.35% -
XYZ 7.2 6.23 10.27 -
YUV 72.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 83 64 89 0.07 0.28 0 0.65 285.6 0.16 0.3
Hex 53 40 59 7 1C 0 41 11E 10 1E
Octal 123 100 131 7 34 0 101 436 20 36
Binary 1010011 1000000 1011001 111 11100 0 1000001 100011110 10000 11110

Color Harmonies of #534059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534059

Black with #534059

Text Example


Text Example

White with #534059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534059; }

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

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

background-color css

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

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

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

border-color css

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

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

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