Html Css Color HEX #518ABD Danube

📋 copy color: '#518ABD'

red 81 ◦ green 138 ◦ blue 189

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

Shades of Danube #518ABD

Tints of Danube #518ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 19.85%
G = 33.82%
B = 46.32%

CMYK

 C value IS 0.57

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#518ABD (or 0x518ABD) is known color: Danube. HEX triplet: 51, 8A and BD. RGB value is (81,138,189). Sum of RGB (Red+Green+Blue) = 81+138+189=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #518ABD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABD is #AE7542. Grayscale: #7E7E7E. Windows color (decimal): -11433283 or 12421713. OLE color: 12421713.

HSL color Cylindrical-coordinate representation of color #518ABD: hue angle of 208.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #518ABD is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 138 189 -
CMYK 0.57 0.27 0 0.26
HSL 208.33º 0.45% 0.53% -
HSV(B) 208.33º 0.57% 0.74% -
XYZ 21.67 23.6 51.56 -
YUV 126.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 81 138 189 0.57 0.27 0 0.26 208.33 0.45 0.53
Hex 51 8A BD 39 1B 0 1A D0 2D 35
Octal 121 212 275 71 33 0 32 320 55 65
Binary 1010001 10001010 10111101 111001 11011 0 11010 11010000 101101 110101

Color Harmonies of #518ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ABD

Black with #518ABD

Text Example


Text Example

White with #518ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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