Html Css Color HEX #518ABF Danube

📋 copy color: '#518ABF'

red 81 ◦ green 138 ◦ blue 191

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

Shades of Danube #518ABF

Tints of Danube #518ABF

RGB

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

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

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

R = 19.76%
G = 33.66%
B = 46.59%

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

#518ABF (or 0x518ABF) is known color: Danube. HEX triplet: 51, 8A and BF. RGB value is (81,138,191). Sum of RGB (Red+Green+Blue) = 81+138+191=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #518ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABF is #AE7540. Grayscale: #7E7E7E. Windows color (decimal): -11433281 or 12552785. OLE color: 12552785.

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

Color convert

RGB 81 138 191 -
CMYK 0.58 0.28 0 0.25
HSL 208.91º 0.46% 0.53% -
HSV(B) 208.91º 0.58% 0.75% -
XYZ 21.89 23.69 52.71 -
YUV 127 164.12 95.19 -
System Red Green Blue C M Y K H S L
Decimal 81 138 191 0.58 0.28 0 0.25 208.91 0.46 0.53
Hex 51 8A BF 3A 1C 0 19 D1 2E 35
Octal 121 212 277 72 34 0 31 321 56 65
Binary 1010001 10001010 10111111 111010 11100 0 11001 11010001 101110 110101

Color Harmonies of #518ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ABF

Black with #518ABF

Text Example


Text Example

White with #518ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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