Html Css Color HEX #504153 Bossanova

📋 copy color: '#504153'

red 80 ◦ green 65 ◦ blue 83

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

Shades of Bossanova #504153

Tints of Bossanova #504153

RGB

 RED value IS 80 (31.64% from 255) = 35.09%

 GREEN value IS 65 (25.78% from 255) = 28.51%

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

R = 35.09%
G = 28.51%
B = 36.4%

CMYK

 C value IS 0.04

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#504153 (or 0x504153) is known color: Bossanova. HEX triplet: 50, 41 and 53. RGB value is (80,65,83). Sum of RGB (Red+Green+Blue) = 80+65+83=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #504153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504153 is #AFBEAC. Grayscale: #474747. Windows color (decimal): -11517613 or 5456208. OLE color: 5456208.

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

Color convert

RGB 80 65 83 -
CMYK 0.04 0.22 0 0.67
HSL 290º 0.12% 0.29% -
HSV(B) 290º 0.22% 0.33% -
XYZ 6.76 6.11 9.01 -
YUV 71.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 80 65 83 0.04 0.22 0 0.67 290 0.12 0.29
Hex 50 41 53 4 16 0 43 122 C 1D
Octal 120 101 123 4 26 0 103 442 14 35
Binary 1010000 1000001 1010011 100 10110 0 1000011 100100010 1100 11101

Color Harmonies of #504153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504153

Black with #504153

Text Example


Text Example

White with #504153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504153; }

 p { color: rgb(80,65,83); }

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

background-color css

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

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

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

border-color css

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

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

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