Html Css Color HEX #503B57 Bossanova

📋 copy color: '#503B57'

red 80 ◦ green 59 ◦ blue 87

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

Shades of Bossanova #503B57

Tints of Bossanova #503B57

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.11%

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 35.4%
G = 26.11%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#503B57 (or 0x503B57) is known color: Bossanova. HEX triplet: 50, 3B and 57. RGB value is (80,59,87). Sum of RGB (Red+Green+Blue) = 80+59+87=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 87 - color contains mainly: blue. Hex color #503B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B57 is #AFC4A8. Grayscale: #444444. Windows color (decimal): -11519145 or 5716816. OLE color: 5716816.

HSL color Cylindrical-coordinate representation of color #503B57: hue angle of 285º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #503B57 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 59 87 -
CMYK 0.08 0.32 0 0.66
HSL 285º 0.19% 0.29% -
HSV(B) 285º 0.32% 0.34% -
XYZ 6.59 5.52 9.74 -
YUV 68.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 80 59 87 0.08 0.32 0 0.66 285 0.19 0.29
Hex 50 3B 57 8 20 0 42 11D 13 1D
Octal 120 73 127 10 40 0 102 435 23 35
Binary 1010000 111011 1010111 1000 100000 0 1000010 100011101 10011 11101

Color Harmonies of #503B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B57

Black with #503B57

Text Example


Text Example

White with #503B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503B57; }

 p { color: rgb(80,59,87); }

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

background-color css

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

 a { background-color: rgb(80,59,87); }

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

border-color css

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

 span { border-color: rgb(80,59,87); }

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