Html Css Color HEX #503855 Bossanova

📋 copy color: '#503855'

red 80 ◦ green 56 ◦ blue 85

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

Shades of Bossanova #503855

Tints of Bossanova #503855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.34%

 BLUE value IS 85 (33.59% from 255) = 38.46%

R = 36.2%
G = 25.34%
B = 38.46%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#503855 (or 0x503855) is known color: Bossanova. HEX triplet: 50, 38 and 55. RGB value is (80,56,85). Sum of RGB (Red+Green+Blue) = 80+56+85=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 85 (33.59% from 255 or 38.46% from 221); Max value from RGB is 85 - color contains mainly: blue. Hex color #503855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503855 is #AFC7AA. Grayscale: #424242. Windows color (decimal): -11519915 or 5584976. OLE color: 5584976.

HSL color Cylindrical-coordinate representation of color #503855: hue angle of 289.66º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #503855 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 56 85 -
CMYK 0.06 0.34 0 0.67
HSL 289.66º 0.21% 0.28% -
HSV(B) 289.66º 0.34% 0.33% -
XYZ 6.36 5.19 9.26 -
YUV 66.48 138.45 137.64 -
System Red Green Blue C M Y K H S L
Decimal 80 56 85 0.06 0.34 0 0.67 289.66 0.21 0.28
Hex 50 38 55 6 22 0 43 122 15 1C
Octal 120 70 125 6 42 0 103 442 25 34
Binary 1010000 111000 1010101 110 100010 0 1000011 100100010 10101 11100

Color Harmonies of #503855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503855

Black with #503855

Text Example


Text Example

White with #503855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503855; }

 p { color: rgb(80,56,85); }

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

background-color css

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

 a { background-color: rgb(80,56,85); }

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

border-color css

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

 span { border-color: rgb(80,56,85); }

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