Html Css Color HEX #533853 Bossanova

📋 copy color: '#533853'

red 83 ◦ green 56 ◦ blue 83

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

Shades of Bossanova #533853

Tints of Bossanova #533853

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.23%

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

R = 37.39%
G = 25.23%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533853 (or 0x533853) is known color: Bossanova. HEX triplet: 53, 38 and 53. RGB value is (83,56,83). Sum of RGB (Red+Green+Blue) = 83+56+83=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: red, blue. Hex color #533853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533853 is #ACC7AC. Grayscale: #434343. Windows color (decimal): -11323309 or 5453907. OLE color: 5453907.

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

Color convert

RGB 83 56 83 -
CMYK 0 0.33 0 0.67
HSL 300º 0.19% 0.27% -
HSV(B) 300º 0.33% 0.33% -
XYZ 6.54 5.29 8.86 -
YUV 67.15 136.95 139.3 -
System Red Green Blue C M Y K H S L
Decimal 83 56 83 0 0.33 0 0.67 300 0.19 0.27
Hex 53 38 53 0 21 0 43 12C 13 1B
Octal 123 70 123 0 41 0 103 454 23 33
Binary 1010011 111000 1010011 0 100001 0 1000011 100101100 10011 11011

Color Harmonies of #533853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533853

Black with #533853

Text Example


Text Example

White with #533853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533853; }

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

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

background-color css

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

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

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

border-color css

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

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

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