#508CC2

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

Shades of Danube #508CC2

Tints of Danube #508CC2

Color information

#508CC2 (or 0x508CC2) is unknown color: approx Danube. HEX triplet: 50, 8C and C2. RGB value is (80,140,194). Sum of RGB (Red+Green+Blue) = 80+140+194=414 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.32% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #508CC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CC2 is #AF733D. Grayscale: #7F7F7F. Windows color (decimal): -11498302 or 12749904. OLE color: 12749904.

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

Color convert

RGB80140194-
CMYK0.590.2800.24
HSL208.42º48.31%53.73%-
HSV(B)208.42º58.76%76.08%-
XYZ22.4224.3654.56-
YUV128.22165.1293.61-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.32%
GREEN value IS 140 (55.08% from 255) = 33.82%
BLUE value IS 194 (76.17% from 255) = 46.86%
R=19.32%
G=33.82%
B=46.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801401940.590.2800.24208.4248.3153.73
Hex508CC23B1C018d03036
Octal12021430273340303206066
Binary101000010001100110000101110111110001100011010000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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