Html Css Color HEX #533C54 Bossanova

📋 copy color: '#533C54'

red 83 ◦ green 60 ◦ blue 84

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

Shades of Bossanova #533C54

Tints of Bossanova #533C54

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.43%

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

R = 36.56%
G = 26.43%
B = 37%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#533C54 (or 0x533C54) is known color: Bossanova. HEX triplet: 53, 3C and 54. RGB value is (83,60,84). Sum of RGB (Red+Green+Blue) = 83+60+84=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 84 - color contains mainly: blue. Hex color #533C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C54 is #ACC3AB. Grayscale: #454545. Windows color (decimal): -11322284 or 5520467. OLE color: 5520467.

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

Color convert

RGB 83 60 84 -
CMYK 0.01 0.29 0 0.67
HSL 297.5º 0.17% 0.28% -
HSV(B) 297.5º 0.29% 0.33% -
XYZ 6.78 5.71 9.13 -
YUV 69.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 83 60 84 0.01 0.29 0 0.67 297.5 0.17 0.28
Hex 53 3C 54 1 1D 0 43 12A 11 1C
Octal 123 74 124 1 35 0 103 452 21 34
Binary 1010011 111100 1010100 1 11101 0 1000011 100101010 10001 11100

Color Harmonies of #533C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C54

Black with #533C54

Text Example


Text Example

White with #533C54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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