#502574

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

Shades of Blue Diamond #502574

Tints of Blue Diamond #502574

Color information

#502574 (or 0x502574) is unknown color: approx Blue Diamond. HEX triplet: 50, 25 and 74. RGB value is (80,37,116). Sum of RGB (Red+Green+Blue) = 80+37+116=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 116 (45.70% from 255 or 49.79% from 233); Max value from RGB is 116 - color contains mainly: blue. Hex color #502574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502574 is #AFDA8B. Grayscale: #3A3A3A. Windows color (decimal): -11524748 or 7611728. OLE color: 7611728.

HSL color Cylindrical-coordinate representation of color #502574: hue angle of 272.66º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #502574 is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8037116-
CMYK0.310.6800.55
HSL272.66º51.63%30%-
HSV(B)272.66º68.1%45.49%-
XYZ7.124.2916.98-
YUV58.86160.25143.08-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.33%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 116 (45.70% from 255) = 49.79%
R=34.33%
G=15.88%
B=49.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal80371160.310.6800.55272.6651.6330
Hex5025741F44037111341e
Octal12045164371040674216436
Binary10100001001011110100111111000100011011110001000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502574; }

 p { color: rgb(80,37,116); }

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

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

 a { background-color: rgb(80,37,116); }

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

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

 span { border-color: rgb(80,37,116); }

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