#518BC4

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

Shades of Danube #518BC4

Tints of Danube #518BC4

Color information

#518BC4 (or 0x518BC4) is unknown color: approx Danube. HEX triplet: 51, 8B and C4. RGB value is (81,139,196). Sum of RGB (Red+Green+Blue) = 81+139+196=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #518BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BC4 is #AE743B. Grayscale: #7F7F7F. Windows color (decimal): -11433020 or 12880721. OLE color: 12880721.

HSL color Cylindrical-coordinate representation of color #518BC4: hue angle of 209.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #518BC4 is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81139196-
CMYK0.590.2900.23
HSL209.74º49.36%54.31%-
HSV(B)209.74º58.67%76.86%-
XYZ22.5924.255.71-
YUV128.16166.2894.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.47%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 196 (76.95% from 255) = 47.12%
R=19.47%
G=33.41%
B=47.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811391960.590.2900.23209.7449.3654.31
Hex518BC43B1D017d23136
Octal12121330473350273226166
Binary101000110001011110001001110111110101011111010010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,139,196); }

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

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

 a { background-color: rgb(81,139,196); }

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

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

 span { border-color: rgb(81,139,196); }

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