Html Css Color HEX #503575 Blue Diamond

📋 copy color: '#503575'

red 80 ◦ green 53 ◦ blue 117

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

Shades of Blue Diamond #503575

Tints of Blue Diamond #503575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 46.8%

R = 32%
G = 21.2%
B = 46.8%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#503575 (or 0x503575) is known color: Blue Diamond. HEX triplet: 50, 35 and 75. RGB value is (80,53,117). Sum of RGB (Red+Green+Blue) = 80+53+117=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 53 (21.09% from 255 or 21.2% from 250); Blue value is 117 (46.09% from 255 or 46.8% from 250); Max value from RGB is 117 - color contains mainly: blue. Hex color #503575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503575 is #AFCA8A. Grayscale: #444444. Windows color (decimal): -11520651 or 7681360. OLE color: 7681360.

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

Color convert

RGB 80 53 117 -
CMYK 0.32 0.55 0 0.54
HSL 265.31º 0.38% 0.33% -
HSV(B) 265.31º 0.55% 0.46% -
XYZ 7.79 5.54 17.49 -
YUV 68.37 155.45 136.3 -
System Red Green Blue C M Y K H S L
Decimal 80 53 117 0.32 0.55 0 0.54 265.31 0.38 0.33
Hex 50 35 75 20 37 0 36 109 26 21
Octal 120 65 165 40 67 0 66 411 46 41
Binary 1010000 110101 1110101 100000 110111 0 110110 100001001 100110 100001

Color Harmonies of #503575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503575

Black with #503575

Text Example


Text Example

White with #503575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503575; }

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

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

background-color css

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

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

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

border-color css

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

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

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