#502969

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

Shades of Blue Diamond #502969

Tints of Blue Diamond #502969

Color information

#502969 (or 0x502969) is unknown color: approx Blue Diamond. HEX triplet: 50, 29 and 69. RGB value is (80,41,105). Sum of RGB (Red+Green+Blue) = 80+41+105=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #502969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502969 is #AFD696. Grayscale: #3B3B3B. Windows color (decimal): -11523735 or 6891856. OLE color: 6891856.

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

Color convert

RGB8041105-
CMYK0.240.6100.59
HSL276.56º43.84%28.63%-
HSV(B)276.56º60.95%41.18%-
XYZ6.654.3113.85-
YUV59.96153.42142.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 105 (41.41% from 255) = 46.46%
R=35.40%
G=18.14%
B=46.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80411050.240.6100.59276.5643.8428.63
Hex502969183D03B1152c1d
Octal1205115130750734255435
Binary1010000101001110100111000111101011101110001010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502969; }

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

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

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

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

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

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

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

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