Html Css Color HEX #518BC0 Danube

📋 copy color: '#518BC0'

red 81 ◦ green 139 ◦ blue 192

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

Shades of Danube #518BC0

Tints of Danube #518BC0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.74%

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

R = 19.66%
G = 33.74%
B = 46.6%

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

#518BC0 (or 0x518BC0) is known color: Danube. HEX triplet: 51, 8B and C0. RGB value is (81,139,192). Sum of RGB (Red+Green+Blue) = 81+139+192=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 192 (75.39% from 255 or 46.60% from 412); Max value from RGB is 192 - color contains mainly: blue. Hex color #518BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518BC0 is #AE743F. Grayscale: #7F7F7F. Windows color (decimal): -11433024 or 12618577. OLE color: 12618577.

HSL color Cylindrical-coordinate representation of color #518BC0: hue angle of 208.65º 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 #518BC0 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 139 192 -
CMYK 0.58 0.28 0 0.25
HSL 208.65º 0.47% 0.54% -
HSV(B) 208.65º 0.58% 0.75% -
XYZ 22.14 24.02 53.34 -
YUV 127.7 164.28 94.69 -
System Red Green Blue C M Y K H S L
Decimal 81 139 192 0.58 0.28 0 0.25 208.65 0.47 0.54
Hex 51 8B C0 3A 1C 0 19 D1 2F 36
Octal 121 213 300 72 34 0 31 321 57 66
Binary 1010001 10001011 11000000 111010 11100 0 11001 11010001 101111 110110

Color Harmonies of #518BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518BC0

Black with #518BC0

Text Example


Text Example

White with #518BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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