#502A68

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

Shades of Blue Diamond #502A68

Tints of Blue Diamond #502A68

Color information

#502A68 (or 0x502A68) is unknown color: approx Blue Diamond. HEX triplet: 50, 2A and 68. RGB value is (80,42,104). Sum of RGB (Red+Green+Blue) = 80+42+104=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 104 (41.02% from 255 or 46.02% from 226); Max value from RGB is 104 - color contains mainly: blue. Hex color #502A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A68 is #AFD597. Grayscale: #3C3C3C. Windows color (decimal): -11523480 or 6826576. OLE color: 6826576.

HSL color Cylindrical-coordinate representation of color #502A68: hue angle of 276.77º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #502A68 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8042104-
CMYK0.230.6000.59
HSL276.77º42.47%28.63%-
HSV(B)276.77º59.62%40.78%-
XYZ6.634.3613.59-
YUV60.43152.59141.96-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.40%
GREEN value IS 42 (16.80% from 255) = 18.58%
BLUE value IS 104 (41.02% from 255) = 46.02%
R=35.40%
G=18.58%
B=46.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal80421040.230.6000.59276.7742.4728.63
Hex502A68173C03B1152a1d
Octal1205215027740734255235
Binary1010000101010110100010111111100011101110001010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502A68; }

 p { color: rgb(80,42,104); }

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

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

 a { background-color: rgb(80,42,104); }

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

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

 span { border-color: rgb(80,42,104); }

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