#508FC6

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

Shades of Danube #508FC6

Tints of Danube #508FC6

Color information

#508FC6 (or 0x508FC6) is unknown color: approx Danube. HEX triplet: 50, 8F and C6. RGB value is (80,143,198). Sum of RGB (Red+Green+Blue) = 80+143+198=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #508FC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FC6 is #AF7039. Grayscale: #828282. Windows color (decimal): -11497530 or 13012816. OLE color: 13012816.

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

Color convert

RGB80143198-
CMYK0.600.2800.22
HSL207.97º50.86%54.51%-
HSV(B)207.97º59.6%77.65%-
XYZ23.3225.4357.1-
YUV130.43166.1392.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.00%
GREEN value IS 143 (56.25% from 255) = 33.97%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=19.00%
G=33.97%
B=47.03%

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
Decimal801431980.600.2800.22207.9750.8654.51
Hex508FC63C1C016d03337
Octal12021730674340263206367
Binary101000010001111110001101111001110001011011010000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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