Html Css Color HEX #533A54 Bossanova

📋 copy color: '#533A54'

red 83 ◦ green 58 ◦ blue 84

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

Shades of Bossanova #533A54

Tints of Bossanova #533A54

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 36.89%
G = 25.78%
B = 37.33%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533A54 (or 0x533A54) is known color: Bossanova. HEX triplet: 53, 3A and 54. RGB value is (83,58,84). Sum of RGB (Red+Green+Blue) = 83+58+84=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 84 - color contains mainly: blue. Hex color #533A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A54 is #ACC5AB. Grayscale: #444444. Windows color (decimal): -11322796 or 5519955. OLE color: 5519955.

HSL color Cylindrical-coordinate representation of color #533A54: hue angle of 297.69º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #533A54 is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 84 -
CMYK 0.01 0.31 0 0.67
HSL 297.69º 0.18% 0.28% -
HSV(B) 297.69º 0.31% 0.33% -
XYZ 6.68 5.51 9.1 -
YUV 68.44 136.78 138.39 -
System Red Green Blue C M Y K H S L
Decimal 83 58 84 0.01 0.31 0 0.67 297.69 0.18 0.28
Hex 53 3A 54 1 1F 0 43 12A 12 1C
Octal 123 72 124 1 37 0 103 452 22 34
Binary 1010011 111010 1010100 1 11111 0 1000011 100101010 10010 11100

Color Harmonies of #533A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A54

Black with #533A54

Text Example


Text Example

White with #533A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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