Html Css Color HEX #503F52 Bossanova

📋 copy color: '#503F52'

red 80 ◦ green 63 ◦ blue 82

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

Shades of Bossanova #503F52

Tints of Bossanova #503F52

RGB

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

 GREEN value IS 63 (25% from 255) = 28%

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

R = 35.56%
G = 28%
B = 36.44%

CMYK

 C value IS 0.02

 M value IS 0.23

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#503F52 (or 0x503F52) is known color: Bossanova. HEX triplet: 50, 3F and 52. RGB value is (80,63,82). Sum of RGB (Red+Green+Blue) = 80+63+82=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 82 (32.42% from 255 or 36.44% from 225); Max value from RGB is 82 - color contains mainly: blue. Hex color #503F52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503F52 is #AFC0AD. Grayscale: #464646. Windows color (decimal): -11518126 or 5390160. OLE color: 5390160.

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

Color convert

RGB 80 63 82 -
CMYK 0.02 0.23 0 0.68
HSL 293.68º 0.13% 0.28% -
HSV(B) 293.68º 0.23% 0.32% -
XYZ 6.61 5.87 8.77 -
YUV 70.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 80 63 82 0.02 0.23 0 0.68 293.68 0.13 0.28
Hex 50 3F 52 2 17 0 44 126 D 1C
Octal 120 77 122 2 27 0 104 446 15 34
Binary 1010000 111111 1010010 10 10111 0 1000100 100100110 1101 11100

Color Harmonies of #503F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F52

Black with #503F52

Text Example


Text Example

White with #503F52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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