Html Css Color HEX #503477 Blue Diamond

📋 copy color: '#503477'

red 80 ◦ green 52 ◦ blue 119

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

Shades of Blue Diamond #503477

Tints of Blue Diamond #503477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

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

R = 31.87%
G = 20.72%
B = 47.41%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503477 (or 0x503477) is known color: Blue Diamond. HEX triplet: 50, 34 and 77. RGB value is (80,52,119). Sum of RGB (Red+Green+Blue) = 80+52+119=251 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.87% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #503477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503477 is #AFCB88. Grayscale: #434343. Windows color (decimal): -11520905 or 7812176. OLE color: 7812176.

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

Color convert

RGB 80 52 119 -
CMYK 0.33 0.56 0 0.53
HSL 265.07º 0.39% 0.34% -
HSV(B) 265.07º 0.56% 0.47% -
XYZ 7.87 5.49 18.1 -
YUV 68.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 80 52 119 0.33 0.56 0 0.53 265.07 0.39 0.34
Hex 50 34 77 21 38 0 35 109 27 22
Octal 120 64 167 41 70 0 65 411 47 42
Binary 1010000 110100 1110111 100001 111000 0 110101 100001001 100111 100010

Color Harmonies of #503477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503477

Black with #503477

Text Example


Text Example

White with #503477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503477; }

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

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

background-color css

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

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

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

border-color css

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

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

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