#518BC1

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

Shades of Danube #518BC1

Tints of Danube #518BC1

Color information

#518BC1 (or 0x518BC1) is unknown color: approx Danube. HEX triplet: 51, 8B and C1. RGB value is (81,139,193). Sum of RGB (Red+Green+Blue) = 81+139+193=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 193 (75.78% from 255 or 46.73% from 413); Max value from RGB is 193 - color contains mainly: blue. Hex color #518BC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BC1 is #AE743E. Grayscale: #7F7F7F. Windows color (decimal): -11433023 or 12684113. OLE color: 12684113.

HSL color Cylindrical-coordinate representation of color #518BC1: hue angle of 208.93º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #518BC1 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81139193-
CMYK0.580.2800.24
HSL208.93º47.46%53.73%-
HSV(B)208.93º58.03%75.69%-
XYZ22.2524.0653.92-
YUV127.81164.7894.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.61%
GREEN value IS 139 (54.69% from 255) = 33.66%
BLUE value IS 193 (75.78% from 255) = 46.73%
R=19.61%
G=33.66%
B=46.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811391930.580.2800.24208.9347.4653.73
Hex518BC13A1C018d12f36
Octal12121330172340303215766
Binary101000110001011110000011110101110001100011010001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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