Html Css Color HEX #533753 Bossanova

📋 copy color: '#533753'

red 83 ◦ green 55 ◦ blue 83

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

Shades of Bossanova #533753

Tints of Bossanova #533753

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.89%

 BLUE value IS 83 (32.81% from 255) = 37.56%

R = 37.56%
G = 24.89%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533753 (or 0x533753) is known color: Bossanova. HEX triplet: 53, 37 and 53. RGB value is (83,55,83). Sum of RGB (Red+Green+Blue) = 83+55+83=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 55 (21.88% from 255 or 24.89% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533753 is #ACC8AC. Grayscale: #424242. Windows color (decimal): -11323565 or 5453651. OLE color: 5453651.

HSL color Cylindrical-coordinate representation of color #533753: hue angle of 300º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533753 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 83 -
CMYK 0 0.34 0 0.67
HSL 300º 0.2% 0.27% -
HSV(B) 300º 0.34% 0.33% -
XYZ 6.49 5.2 8.84 -
YUV 66.56 137.28 139.72 -
System Red Green Blue C M Y K H S L
Decimal 83 55 83 0 0.34 0 0.67 300 0.2 0.27
Hex 53 37 53 0 22 0 43 12C 14 1B
Octal 123 67 123 0 42 0 103 454 24 33
Binary 1010011 110111 1010011 0 100010 0 1000011 100101100 10100 11011

Color Harmonies of #533753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533753

Black with #533753

Text Example


Text Example

White with #533753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533753; }

 p { color: rgb(83,55,83); }

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

background-color css

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

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

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

border-color css

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

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

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