Html Css Color HEX #503956 Bossanova

📋 copy color: '#503956'

red 80 ◦ green 57 ◦ blue 86

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

Shades of Bossanova #503956

Tints of Bossanova #503956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.56%

 BLUE value IS 86 (33.98% from 255) = 38.57%

R = 35.87%
G = 25.56%
B = 38.57%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#503956 (or 0x503956) is known color: Bossanova. HEX triplet: 50, 39 and 56. RGB value is (80,57,86). Sum of RGB (Red+Green+Blue) = 80+57+86=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #503956 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503956 is #AFC6A9. Grayscale: #434343. Windows color (decimal): -11519658 or 5650768. OLE color: 5650768.

HSL color Cylindrical-coordinate representation of color #503956: hue angle of 287.59º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503956 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 57 86 -
CMYK 0.07 0.34 0 0.66
HSL 287.59º 0.2% 0.28% -
HSV(B) 287.59º 0.34% 0.34% -
XYZ 6.45 5.3 9.49 -
YUV 67.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 80 57 86 0.07 0.34 0 0.66 287.59 0.2 0.28
Hex 50 39 56 7 22 0 42 120 14 1C
Octal 120 71 126 7 42 0 102 440 24 34
Binary 1010000 111001 1010110 111 100010 0 1000010 100100000 10100 11100

Color Harmonies of #503956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503956

Black with #503956

Text Example


Text Example

White with #503956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503956; }

 p { color: rgb(80,57,86); }

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

background-color css

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

 a { background-color: rgb(80,57,86); }

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

border-color css

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

 span { border-color: rgb(80,57,86); }

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