#502675

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

Shades of Blue Diamond #502675

Tints of Blue Diamond #502675

Color information

#502675 (or 0x502675) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 75. RGB value is (80,38,117). Sum of RGB (Red+Green+Blue) = 80+38+117=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 38 (15.23% from 255 or 16.17% from 235); Blue value is 117 (46.09% from 255 or 49.79% from 235); Max value from RGB is 117 - color contains mainly: blue. Hex color #502675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502675 is #AFD98A. Grayscale: #3B3B3B. Windows color (decimal): -11524491 or 7677520. OLE color: 7677520.

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

Color convert

RGB8038117-
CMYK0.320.6800.54
HSL271.9º50.97%30.39%-
HSV(B)271.9º67.52%45.88%-
XYZ7.214.3817.29-
YUV59.56160.41142.58-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 34.04%
GREEN value IS 38 (15.23% from 255) = 16.17%
BLUE value IS 117 (46.09% from 255) = 49.79%
R=34.04%
G=16.17%
B=49.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal80381170.320.6800.54271.950.9730.39
Hex5026752044036110331e
Octal12046165401040664206336
Binary101000010011011101011000001000100011011010001000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502675; }

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

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

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

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

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

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

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

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