Html Css Color HEX #533B59 Bossanova

📋 copy color: '#533B59'

red 83 ◦ green 59 ◦ blue 89

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

Shades of Bossanova #533B59

Tints of Bossanova #533B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.54%

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

R = 35.93%
G = 25.54%
B = 38.53%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533B59 (or 0x533B59) is known color: Bossanova. HEX triplet: 53, 3B and 59. RGB value is (83,59,89). Sum of RGB (Red+Green+Blue) = 83+59+89=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 59 (23.44% from 255 or 25.54% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #533B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B59 is #ACC4A6. Grayscale: #454545. Windows color (decimal): -11322535 or 5847891. OLE color: 5847891.

HSL color Cylindrical-coordinate representation of color #533B59: hue angle of 288º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533B59 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 59 89 -
CMYK 0.07 0.34 0 0.65
HSL 288º 0.2% 0.29% -
HSV(B) 288º 0.34% 0.35% -
XYZ 6.93 5.69 10.18 -
YUV 69.6 138.95 137.56 -
System Red Green Blue C M Y K H S L
Decimal 83 59 89 0.07 0.34 0 0.65 288 0.2 0.29
Hex 53 3B 59 7 22 0 41 120 14 1D
Octal 123 73 131 7 42 0 101 440 24 35
Binary 1010011 111011 1011001 111 100010 0 1000001 100100000 10100 11101

Color Harmonies of #533B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B59

Black with #533B59

Text Example


Text Example

White with #533B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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