#518DBE

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

Shades of Danube #518DBE

Tints of Danube #518DBE

Color information

#518DBE (or 0x518DBE) is unknown color: approx Danube. HEX triplet: 51, 8D and BE. RGB value is (81,141,190). Sum of RGB (Red+Green+Blue) = 81+141+190=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #518DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DBE is #AE7241. Grayscale: #808080. Windows color (decimal): -11432514 or 12488017. OLE color: 12488017.

HSL color Cylindrical-coordinate representation of color #518DBE: hue angle of 206.97º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #518DBE is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB81141190-
CMYK0.570.2600.25
HSL206.97º45.61%53.14%-
HSV(B)206.97º57.37%74.51%-
XYZ22.2124.5252.28-
YUV128.65162.6294.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.66%
GREEN value IS 141 (55.47% from 255) = 34.22%
BLUE value IS 190 (74.61% from 255) = 46.12%
R=19.66%
G=34.22%
B=46.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal811411900.570.2600.25206.9745.6153.14
Hex518DBE391A019cf2e35
Octal12121527671320313175665
Binary101000110001101101111101110011101001100111001111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,141,190); }

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

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

 a { background-color: rgb(81,141,190); }

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

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

 span { border-color: rgb(81,141,190); }

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