#502875

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

Shades of Blue Diamond #502875

Tints of Blue Diamond #502875

Color information

#502875 (or 0x502875) is unknown color: approx Blue Diamond. HEX triplet: 50, 28 and 75. RGB value is (80,40,117). Sum of RGB (Red+Green+Blue) = 80+40+117=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #502875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502875 is #AFD78A. Grayscale: #3C3C3C. Windows color (decimal): -11523979 or 7678032. OLE color: 7678032.

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

Color convert

RGB8040117-
CMYK0.320.6600.54
HSL271.17º49.04%30.78%-
HSV(B)271.17º65.81%45.88%-
XYZ7.284.5117.32-
YUV60.74159.75141.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.76%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 117 (46.09% from 255) = 49.37%
R=33.76%
G=16.88%
B=49.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80401170.320.6600.54271.1749.0430.78
Hex502875204203610f311f
Octal12050165401020664176137
Binary101000010100011101011000001000010011011010000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502875; }

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

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

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

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

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

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

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

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