Html Css Color HEX #503E52 Bossanova

📋 copy color: '#503E52'

red 80 ◦ green 62 ◦ blue 82

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

Shades of Bossanova #503E52

Tints of Bossanova #503E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.68%

 BLUE value IS 82 (32.42% from 255) = 36.61%

R = 35.71%
G = 27.68%
B = 36.61%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#503E52 (or 0x503E52) is known color: Bossanova. HEX triplet: 50, 3E and 52. RGB value is (80,62,82). Sum of RGB (Red+Green+Blue) = 80+62+82=224 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.71% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 82 (32.42% from 255 or 36.61% from 224); Max value from RGB is 82 - color contains mainly: blue. Hex color #503E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503E52 is #AFC1AD. Grayscale: #454545. Windows color (decimal): -11518382 or 5389904. OLE color: 5389904.

HSL color Cylindrical-coordinate representation of color #503E52: hue angle of 294º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #503E52 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 62 82 -
CMYK 0.02 0.24 0 0.68
HSL 294º 0.14% 0.28% -
HSV(B) 294º 0.24% 0.32% -
XYZ 6.55 5.76 8.75 -
YUV 69.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 80 62 82 0.02 0.24 0 0.68 294 0.14 0.28
Hex 50 3E 52 2 18 0 44 126 E 1C
Octal 120 76 122 2 30 0 104 446 16 34
Binary 1010000 111110 1010010 10 11000 0 1000100 100100110 1110 11100

Color Harmonies of #503E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503E52

Black with #503E52

Text Example


Text Example

White with #503E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,62,82); }

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

background-color css

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

 a { background-color: rgb(80,62,82); }

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

border-color css

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

 span { border-color: rgb(80,62,82); }

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