Html Css Color HEX #518AC0 Danube

📋 copy color: '#518AC0'

red 81 ◦ green 138 ◦ blue 192

#518AC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #518AC0

Tints of Danube #518AC0

RGB

 RED value IS 81 (32.03% from 255) = 19.71%

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 192 (75.39% from 255) = 46.72%

R = 19.71%
G = 33.58%
B = 46.72%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#518AC0 (or 0x518AC0) is known color: Danube. HEX triplet: 51, 8A and C0. RGB value is (81,138,192). Sum of RGB (Red+Green+Blue) = 81+138+192=411 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.71% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #518AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AC0 is #AE753F. Grayscale: #7E7E7E. Windows color (decimal): -11433280 or 12618321. OLE color: 12618321.

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

Color convert

RGB 81 138 192 -
CMYK 0.58 0.28 0 0.25
HSL 209.19º 0.47% 0.54% -
HSV(B) 209.19º 0.58% 0.75% -
XYZ 22 23.73 53.29 -
YUV 127.11 164.62 95.11 -
System Red Green Blue C M Y K H S L
Decimal 81 138 192 0.58 0.28 0 0.25 209.19 0.47 0.54
Hex 51 8A C0 3A 1C 0 19 D1 2F 36
Octal 121 212 300 72 34 0 31 321 57 66
Binary 1010001 10001010 11000000 111010 11100 0 11001 11010001 101111 110110

Color Harmonies of #518AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AC0

Black with #518AC0

Text Example


Text Example

White with #518AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #518AC0;
 }
 .AnyTagClassName
 {
   color: #518AC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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