Html Css Color HEX #533B5A Bossanova

📋 copy color: '#533B5A'

red 83 ◦ green 59 ◦ blue 90

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

Shades of Bossanova #533B5A

Tints of Bossanova #533B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 35.78%
G = 25.43%
B = 38.79%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#533B5A (or 0x533B5A) is known color: Bossanova. HEX triplet: 53, 3B and 5A. RGB value is (83,59,90). Sum of RGB (Red+Green+Blue) = 83+59+90=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 90 - color contains mainly: blue. Hex color #533B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B5A is #ACC4A5. Grayscale: #454545. Windows color (decimal): -11322534 or 5913427. OLE color: 5913427.

HSL color Cylindrical-coordinate representation of color #533B5A: hue angle of 286.45º degrees, saturation: 0.21, 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 #533B5A is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 59 90 -
CMYK 0.08 0.34 0 0.65
HSL 286.45º 0.21% 0.29% -
HSV(B) 286.45º 0.34% 0.35% -
XYZ 6.98 5.71 10.41 -
YUV 69.71 139.45 137.48 -
System Red Green Blue C M Y K H S L
Decimal 83 59 90 0.08 0.34 0 0.65 286.45 0.21 0.29
Hex 53 3B 5A 8 22 0 41 11E 15 1D
Octal 123 73 132 10 42 0 101 436 25 35
Binary 1010011 111011 1011010 1000 100010 0 1000001 100011110 10101 11101

Color Harmonies of #533B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B5A

Black with #533B5A

Text Example


Text Example

White with #533B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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