Html Css Color HEX #503277 Blue Diamond

📋 copy color: '#503277'

red 80 ◦ green 50 ◦ blue 119

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

Shades of Blue Diamond #503277

Tints of Blue Diamond #503277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.08%

 BLUE value IS 119 (46.88% from 255) = 47.79%

R = 32.13%
G = 20.08%
B = 47.79%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503277 (or 0x503277) is known color: Blue Diamond. HEX triplet: 50, 32 and 77. RGB value is (80,50,119). Sum of RGB (Red+Green+Blue) = 80+50+119=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 50 (19.92% from 255 or 20.08% from 249); Blue value is 119 (46.88% from 255 or 47.79% from 249); Max value from RGB is 119 - color contains mainly: blue. Hex color #503277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503277 is #AFCD88. Grayscale: #424242. Windows color (decimal): -11521417 or 7811664. OLE color: 7811664.

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

Color convert

RGB 80 50 119 -
CMYK 0.33 0.58 0 0.53
HSL 266.09º 0.41% 0.33% -
HSV(B) 266.09º 0.58% 0.47% -
XYZ 7.78 5.32 18.07 -
YUV 66.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 80 50 119 0.33 0.58 0 0.53 266.09 0.41 0.33
Hex 50 32 77 21 3A 0 35 10A 29 21
Octal 120 62 167 41 72 0 65 412 51 41
Binary 1010000 110010 1110111 100001 111010 0 110101 100001010 101001 100001

Color Harmonies of #503277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503277

Black with #503277

Text Example


Text Example

White with #503277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503277; }

 p { color: rgb(80,50,119); }

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

background-color css

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

 a { background-color: rgb(80,50,119); }

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

border-color css

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

 span { border-color: rgb(80,50,119); }

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