#508ECA

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

Shades of Danube #508ECA

Tints of Danube #508ECA

Color information

#508ECA (or 0x508ECA) is unknown color: approx Danube. HEX triplet: 50, 8E and CA. RGB value is (80,142,202). Sum of RGB (Red+Green+Blue) = 80+142+202=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #508ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508ECA is #AF7135. Grayscale: #828282. Windows color (decimal): -11497782 or 13274704. OLE color: 13274704.

HSL color Cylindrical-coordinate representation of color #508ECA: hue angle of 209.51º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #508ECA is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80142202-
CMYK0.600.3000.21
HSL209.51º53.51%55.29%-
HSV(B)209.51º60.4%79.22%-
XYZ23.6425.3259.52-
YUV130.3168.4692.12-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 142 (55.86% from 255) = 33.49%
BLUE value IS 202 (79.30% from 255) = 47.64%
R=18.87%
G=33.49%
B=47.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801422020.600.3000.21209.5153.5155.29
Hex508ECA3C1E015d23637
Octal12021631274360253226667
Binary101000010001110110010101111001111001010111010010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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