#502282

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

Shades of Blue Diamond #502282

Tints of Blue Diamond #502282

Color information

#502282 (or 0x502282) is unknown color: approx Blue Diamond. HEX triplet: 50, 22 and 82. RGB value is (80,34,130). Sum of RGB (Red+Green+Blue) = 80+34+130=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #502282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502282 is #AFDD7D. Grayscale: #3A3A3A. Windows color (decimal): -11525502 or 8528464. OLE color: 8528464.

HSL color Cylindrical-coordinate representation of color #502282: hue angle of 268.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #502282 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8034130-
CMYK0.380.7400.49
HSL268.75º58.54%32.16%-
HSV(B)268.75º73.85%50.98%-
XYZ7.914.4621.56-
YUV58.7168.24143.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 32.79%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 130 (51.17% from 255) = 53.28%
R=32.79%
G=13.93%
B=53.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal80341300.380.7400.49268.7558.5432.16
Hex502282264A03110d3b20
Octal12042202461120614157340
Binary10100001000101000001010011010010100110001100001101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502282; }

 p { color: rgb(80,34,130); }

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

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

 a { background-color: rgb(80,34,130); }

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

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

 span { border-color: rgb(80,34,130); }

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