#502669

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

Shades of Blue Diamond #502669

Tints of Blue Diamond #502669

Color information

#502669 (or 0x502669) is unknown color: approx Blue Diamond. HEX triplet: 50, 26 and 69. RGB value is (80,38,105). Sum of RGB (Red+Green+Blue) = 80+38+105=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #502669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502669 is #AFD996. Grayscale: #393939. Windows color (decimal): -11524503 or 6891088. OLE color: 6891088.

HSL color Cylindrical-coordinate representation of color #502669: hue angle of 277.61º degrees, saturation: 0.47, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #502669 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8038105-
CMYK0.240.6400.59
HSL277.61º46.85%28.04%-
HSV(B)277.61º63.81%41.18%-
XYZ6.554.1113.81-
YUV58.2154.41143.55-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.87%
GREEN value IS 38 (15.23% from 255) = 17.04%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=35.87%
G=17.04%
B=47.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80381050.240.6400.59277.6146.8528.04
Hex502669184003B1162f1c
Octal12046151301000734265734
Binary10100001001101101001110001000000011101110001011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502669; }

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

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

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

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

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

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

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

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