#508FCA

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

Shades of Danube #508FCA

Tints of Danube #508FCA

Color information

#508FCA (or 0x508FCA) is unknown color: approx Danube. HEX triplet: 50, 8F and CA. RGB value is (80,143,202). Sum of RGB (Red+Green+Blue) = 80+143+202=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #508FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FCA is #AF7035. Grayscale: #828282. Windows color (decimal): -11497526 or 13274960. OLE color: 13274960.

HSL color Cylindrical-coordinate representation of color #508FCA: hue angle of 209.02º 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 #508FCA is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80143202-
CMYK0.600.2900.21
HSL209.02º53.51%55.29%-
HSV(B)209.02º60.4%79.22%-
XYZ23.7925.6159.57-
YUV130.89168.1391.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 143 (56.25% from 255) = 33.65%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=18.82%
G=33.65%
B=47.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801432020.600.2900.21209.0253.5155.29
Hex508FCA3C1D015d13637
Octal12021731274350253216667
Binary101000010001111110010101111001110101010111010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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