Html Css Color HEX #533752 Bossanova

📋 copy color: '#533752'

red 83 ◦ green 55 ◦ blue 82

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

Shades of Bossanova #533752

Tints of Bossanova #533752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.27%

R = 37.73%
G = 25%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#533752 (or 0x533752) is known color: Bossanova. HEX triplet: 53, 37 and 52. RGB value is (83,55,82). Sum of RGB (Red+Green+Blue) = 83+55+82=220 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.73% from 220); Green value is 55 (21.88% from 255 or 25% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 83 - color contains mainly: red. Hex color #533752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533752 is #ACC8AD. Grayscale: #424242. Windows color (decimal): -11323566 or 5388115. OLE color: 5388115.

HSL color Cylindrical-coordinate representation of color #533752: hue angle of 302.14º 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 #533752 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 55 82 -
CMYK 0 0.34 0.01 0.67
HSL 302.14º 0.2% 0.27% -
HSV(B) 302.14º 0.34% 0.33% -
XYZ 6.46 5.18 8.64 -
YUV 66.45 136.78 139.8 -
System Red Green Blue C M Y K H S L
Decimal 83 55 82 0 0.34 0.01 0.67 302.14 0.2 0.27
Hex 53 37 52 0 22 1 43 12E 14 1B
Octal 123 67 122 0 42 1 103 456 24 33
Binary 1010011 110111 1010010 0 100010 1 1000011 100101110 10100 11011

Color Harmonies of #533752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533752

Black with #533752

Text Example


Text Example

White with #533752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533752; }

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

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

background-color css

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

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

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

border-color css

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

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

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