Html Css Color HEX #503887 Blue Gem

📋 copy color: '#503887'

red 80 ◦ green 56 ◦ blue 135

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

Shades of Blue Gem #503887

Tints of Blue Gem #503887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.82%

R = 29.52%
G = 20.66%
B = 49.82%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503887 (or 0x503887) is known color: Blue Gem. HEX triplet: 50, 38 and 87. RGB value is (80,56,135). Sum of RGB (Red+Green+Blue) = 80+56+135=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 135 (53.12% from 255 or 49.82% from 271); Max value from RGB is 135 - color contains mainly: blue. Hex color #503887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503887 is #AFC778. Grayscale: #474747. Windows color (decimal): -11519865 or 8861776. OLE color: 8861776.

HSL color Cylindrical-coordinate representation of color #503887: hue angle of 258.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #503887 is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 56 135 -
CMYK 0.41 0.59 0 0.47
HSL 258.23º 0.41% 0.37% -
HSV(B) 258.23º 0.59% 0.53% -
XYZ 9.1 6.28 23.66 -
YUV 72.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 80 56 135 0.41 0.59 0 0.47 258.23 0.41 0.37
Hex 50 38 87 29 3B 0 2F 102 29 25
Octal 120 70 207 51 73 0 57 402 51 45
Binary 1010000 111000 10000111 101001 111011 0 101111 100000010 101001 100101

Color Harmonies of #503887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503887

Black with #503887

Text Example


Text Example

White with #503887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503887; }

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

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

background-color css

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

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

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

border-color css

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

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

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