#501C75

Color #501C75 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #501C75

Tints of Blue Diamond #501C75

Color information

#501C75 (or 0x501C75) is unknown color: approx Blue Diamond. HEX triplet: 50, 1C and 75. RGB value is (80,28,117). Sum of RGB (Red+Green+Blue) = 80+28+117=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #501C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #501C75 is #AFE38A. Grayscale: #353535. Windows color (decimal): -11527051 or 7674960. OLE color: 7674960.

HSL color Cylindrical-coordinate representation of color #501C75: hue angle of 275.06º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #501C75 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8028117-
CMYK0.320.7600.54
HSL275.06º61.38%28.43%-
HSV(B)275.06º76.07%45.88%-
XYZ6.933.8217.2-
YUV53.69163.73146.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.56%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 117 (46.09% from 255) = 52%
R=35.56%
G=12.44%
B=52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80281170.320.7600.54275.0661.3828.43
Hex501C75204C0361133d1c
Octal12034165401140664237534
Binary10100001110011101011000001001100011011010001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #501C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #501C75; }

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

 H1.HeaderClassName
 {
   color: #501C75;
 }
 .AnyTagClassName
 {
   color: #501C75;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #501C75;
 }
 .BgClassName
 {
   background-color: #501C75;
 }
</style>
border-color css

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

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

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