Html Css Color HEX #503677 Blue Diamond

📋 copy color: '#503677'

red 80 ◦ green 54 ◦ blue 119

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

Shades of Blue Diamond #503677

Tints of Blue Diamond #503677

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 31.62%
G = 21.34%
B = 47.04%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#503677 (or 0x503677) is known color: Blue Diamond. HEX triplet: 50, 36 and 77. RGB value is (80,54,119). Sum of RGB (Red+Green+Blue) = 80+54+119=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 119 (46.88% from 255 or 47.04% from 253); Max value from RGB is 119 - color contains mainly: blue. Hex color #503677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503677 is #AFC988. Grayscale: #444444. Windows color (decimal): -11520393 or 7812688. OLE color: 7812688.

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

Color convert

RGB 80 54 119 -
CMYK 0.33 0.55 0 0.53
HSL 264º 0.38% 0.34% -
HSV(B) 264º 0.55% 0.47% -
XYZ 7.96 5.68 18.13 -
YUV 69.18 156.11 135.71 -
System Red Green Blue C M Y K H S L
Decimal 80 54 119 0.33 0.55 0 0.53 264 0.38 0.34
Hex 50 36 77 21 37 0 35 108 26 22
Octal 120 66 167 41 67 0 65 410 46 42
Binary 1010000 110110 1110111 100001 110111 0 110101 100001000 100110 100010

Color Harmonies of #503677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503677

Black with #503677

Text Example


Text Example

White with #503677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503677; }

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

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

background-color css

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

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

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

border-color css

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

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

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