#518ABC

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

Shades of Danube #518ABC

Tints of Danube #518ABC

Color information

#518ABC (or 0x518ABC) is unknown color: approx Danube. HEX triplet: 51, 8A and BC. RGB value is (81,138,188). Sum of RGB (Red+Green+Blue) = 81+138+188=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #518ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABC is #AE7543. Grayscale: #7E7E7E. Windows color (decimal): -11433284 or 12356177. OLE color: 12356177.

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

Color convert

RGB81138188-
CMYK0.570.2700.26
HSL208.04º44.4%52.75%-
HSV(B)208.04º56.91%73.73%-
XYZ21.5623.5650.99-
YUV126.66162.6295.43-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.90%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 188 (73.83% from 255) = 46.19%
R=19.90%
G=33.91%
B=46.19%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal811381880.570.2700.26208.0444.452.75
Hex518ABC391B01Ad02c35
Octal12121227471330323205465
Binary101000110001010101111001110011101101101011010000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,138,188); }

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

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

 a { background-color: rgb(81,138,188); }

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

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

 span { border-color: rgb(81,138,188); }

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