Html Css Color HEX #533754 Bossanova

📋 copy color: '#533754'

red 83 ◦ green 55 ◦ blue 84

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

Shades of Bossanova #533754

Tints of Bossanova #533754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 37.84%

R = 37.39%
G = 24.77%
B = 37.84%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533754 (or 0x533754) is known color: Bossanova. HEX triplet: 53, 37 and 54. RGB value is (83,55,84). Sum of RGB (Red+Green+Blue) = 83+55+84=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 84 - color contains mainly: blue. Hex color #533754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533754 is #ACC8AB. Grayscale: #424242. Windows color (decimal): -11323564 or 5519187. OLE color: 5519187.

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

Color convert

RGB 83 55 84 -
CMYK 0.01 0.35 0 0.67
HSL 297.93º 0.21% 0.27% -
HSV(B) 297.93º 0.35% 0.33% -
XYZ 6.53 5.21 9.05 -
YUV 66.68 137.78 139.64 -
System Red Green Blue C M Y K H S L
Decimal 83 55 84 0.01 0.35 0 0.67 297.93 0.21 0.27
Hex 53 37 54 1 23 0 43 12A 15 1B
Octal 123 67 124 1 43 0 103 452 25 33
Binary 1010011 110111 1010100 1 100011 0 1000011 100101010 10101 11011

Color Harmonies of #533754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533754

Black with #533754

Text Example


Text Example

White with #533754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533754; }

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

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

background-color css

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

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

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

border-color css

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

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

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