#508EC6

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

Shades of Danube #508EC6

Tints of Danube #508EC6

Color information

#508EC6 (or 0x508EC6) is unknown color: approx Danube. HEX triplet: 50, 8E and C6. RGB value is (80,142,198). Sum of RGB (Red+Green+Blue) = 80+142+198=420 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.05% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #508EC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EC6 is #AF7139. Grayscale: #818181. Windows color (decimal): -11497786 or 13012560. OLE color: 13012560.

HSL color Cylindrical-coordinate representation of color #508EC6: hue angle of 208.47º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508EC6 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB80142198-
CMYK0.600.2800.22
HSL208.47º50.86%54.51%-
HSV(B)208.47º59.6%77.65%-
XYZ23.1725.1357.05-
YUV129.85166.4692.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.05%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 198 (77.73% from 255) = 47.14%
R=19.05%
G=33.81%
B=47.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal801421980.600.2800.22208.4750.8654.51
Hex508EC63C1C016d03337
Octal12021630674340263206367
Binary101000010001110110001101111001110001011011010000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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