Html Css Color HEX #533D57 Bossanova

📋 copy color: '#533D57'

red 83 ◦ green 61 ◦ blue 87

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

Shades of Bossanova #533D57

Tints of Bossanova #533D57

RGB

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

 GREEN value IS 61 (24.22% from 255) = 26.41%

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

R = 35.93%
G = 26.41%
B = 37.66%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#533D57 (or 0x533D57) is known color: Bossanova. HEX triplet: 53, 3D and 57. RGB value is (83,61,87). Sum of RGB (Red+Green+Blue) = 83+61+87=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #533D57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D57 is #ACC2A8. Grayscale: #464646. Windows color (decimal): -11322025 or 5717331. OLE color: 5717331.

HSL color Cylindrical-coordinate representation of color #533D57: hue angle of 290.77º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #533D57 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 61 87 -
CMYK 0.05 0.30 0 0.66
HSL 290.77º 0.18% 0.29% -
HSV(B) 290.77º 0.3% 0.34% -
XYZ 6.96 5.86 9.78 -
YUV 70.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 83 61 87 0.05 0.30 0 0.66 290.77 0.18 0.29
Hex 53 3D 57 5 1E 0 42 123 12 1D
Octal 123 75 127 5 36 0 102 443 22 35
Binary 1010011 111101 1010111 101 11110 0 1000010 100100011 10010 11101

Color Harmonies of #533D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533D57

Black with #533D57

Text Example


Text Example

White with #533D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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