Html Css Color HEX #518DBF Danube

📋 copy color: '#518DBF'

red 81 ◦ green 141 ◦ blue 191

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

Shades of Danube #518DBF

Tints of Danube #518DBF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 191 (75% from 255) = 46.25%

R = 19.61%
G = 34.14%
B = 46.25%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#518DBF (or 0x518DBF) is known color: Danube. HEX triplet: 51, 8D and BF. RGB value is (81,141,191). Sum of RGB (Red+Green+Blue) = 81+141+191=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #518DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DBF is #AE7240. Grayscale: #808080. Windows color (decimal): -11432513 or 12553553. OLE color: 12553553.

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

Color convert

RGB 81 141 191 -
CMYK 0.58 0.26 0 0.25
HSL 207.27º 0.46% 0.53% -
HSV(B) 207.27º 0.58% 0.75% -
XYZ 22.32 24.56 52.85 -
YUV 128.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 81 141 191 0.58 0.26 0 0.25 207.27 0.46 0.53
Hex 51 8D BF 3A 1A 0 19 CF 2E 35
Octal 121 215 277 72 32 0 31 317 56 65
Binary 1010001 10001101 10111111 111010 11010 0 11001 11001111 101110 110101

Color Harmonies of #518DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DBF

Black with #518DBF

Text Example


Text Example

White with #518DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,141,191); }

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

background-color css

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

 a { background-color: rgb(81,141,191); }

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

border-color css

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

 span { border-color: rgb(81,141,191); }

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