Html Css Color HEX #503578 Blue Diamond

📋 copy color: '#503578'

red 80 ◦ green 53 ◦ blue 120

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

Shades of Blue Diamond #503578

Tints of Blue Diamond #503578

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.95%

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 31.62%
G = 20.95%
B = 47.43%

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

#503578 (or 0x503578) is known color: Blue Diamond. HEX triplet: 50, 35 and 78. RGB value is (80,53,120). Sum of RGB (Red+Green+Blue) = 80+53+120=253 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.62% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #503578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503578 is #AFCA87. Grayscale: #444444. Windows color (decimal): -11520648 or 7877968. OLE color: 7877968.

HSL color Cylindrical-coordinate representation of color #503578: hue angle of 264.18º 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 #503578 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 53 120 -
CMYK 0.33 0.56 0 0.53
HSL 264.18º 0.39% 0.34% -
HSV(B) 264.18º 0.56% 0.47% -
XYZ 7.97 5.61 18.43 -
YUV 68.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 80 53 120 0.33 0.56 0 0.53 264.18 0.39 0.34
Hex 50 35 78 21 38 0 35 108 27 22
Octal 120 65 170 41 70 0 65 410 47 42
Binary 1010000 110101 1111000 100001 111000 0 110101 100001000 100111 100010

Color Harmonies of #503578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503578

Black with #503578

Text Example


Text Example

White with #503578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503578; }

 p { color: rgb(80,53,120); }

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

background-color css

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

 a { background-color: rgb(80,53,120); }

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

border-color css

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

 span { border-color: rgb(80,53,120); }

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