Html Css Color HEX #503569 Blue Diamond

📋 copy color: '#503569'

red 80 ◦ green 53 ◦ blue 105

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

Shades of Blue Diamond #503569

Tints of Blue Diamond #503569

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.12%

R = 33.61%
G = 22.27%
B = 44.12%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#503569 (or 0x503569) is known color: Blue Diamond. HEX triplet: 50, 35 and 69. RGB value is (80,53,105). Sum of RGB (Red+Green+Blue) = 80+53+105=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #503569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503569 is #AFCA96. Grayscale: #424242. Windows color (decimal): -11520663 or 6894928. OLE color: 6894928.

HSL color Cylindrical-coordinate representation of color #503569: hue angle of 271.15º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #503569 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 53 105 -
CMYK 0.24 0.50 0 0.59
HSL 271.15º 0.33% 0.31% -
HSV(B) 271.15º 0.5% 0.41% -
XYZ 7.13 5.27 14.01 -
YUV 67 149.45 137.27 -
System Red Green Blue C M Y K H S L
Decimal 80 53 105 0.24 0.50 0 0.59 271.15 0.33 0.31
Hex 50 35 69 18 32 0 3B 10F 21 1F
Octal 120 65 151 30 62 0 73 417 41 37
Binary 1010000 110101 1101001 11000 110010 0 111011 100001111 100001 11111

Color Harmonies of #503569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503569

Black with #503569

Text Example


Text Example

White with #503569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503569; }

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

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

background-color css

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

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

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

border-color css

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

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

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