#508EC2

Color #508EC2 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #508EC2

Tints of Danube #508EC2

Color information

#508EC2 (or 0x508EC2) is unknown color: approx Danube. HEX triplet: 50, 8E and C2. RGB value is (80,142,194). Sum of RGB (Red+Green+Blue) = 80+142+194=416 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.23% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #508EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC2 is #AF713D. Grayscale: #818181. Windows color (decimal): -11497790 or 12750416. OLE color: 12750416.

HSL color Cylindrical-coordinate representation of color #508EC2: hue angle of 207.37º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #508EC2 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB80142194-
CMYK0.590.2700.24
HSL207.37º48.31%53.73%-
HSV(B)207.37º58.76%76.08%-
XYZ22.7224.9554.66-
YUV129.39164.4692.77-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.23%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 194 (76.17% from 255) = 46.63%
R=19.23%
G=34.13%
B=46.63%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801421940.590.2700.24207.3748.3153.73
Hex508EC23B1B018cf3036
Octal12021630273330303176066
Binary101000010001110110000101110111101101100011001111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508EC2; }

 p { color: rgb(80,142,194); }

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

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

 a { background-color: rgb(80,142,194); }

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

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

 span { border-color: rgb(80,142,194); }

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