#518EBA

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

Shades of Danube #518EBA

Tints of Danube #518EBA

Color information

#518EBA (or 0x518EBA) is unknown color: approx Danube. HEX triplet: 51, 8E and BA. RGB value is (81,142,186). Sum of RGB (Red+Green+Blue) = 81+142+186=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #518EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EBA is #AE7145. Grayscale: #808080. Windows color (decimal): -11432262 or 12226129. OLE color: 12226129.

HSL color Cylindrical-coordinate representation of color #518EBA: hue angle of 205.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518EBA is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81142186-
CMYK0.560.2400.27
HSL205.14º43.21%52.35%-
HSV(B)205.14º56.45%72.94%-
XYZ21.9324.6450.05-
YUV128.78160.2993.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.80%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=19.80%
G=34.72%
B=45.48%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811421860.560.2400.27205.1443.2152.35
Hex518EBA381801Bcd2b34
Octal12121627270300333155364
Binary101000110001110101110101110001100001101111001101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #518EBA; }

 p { color: rgb(81,142,186); }

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

<style>
 a { background-color: #518EBA; }

 a { background-color: rgb(81,142,186); }

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

<style>
 span { border-color: #518EBA; }

 span { border-color: rgb(81,142,186); }

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