Html Css Color HEX #518ABB Danube

📋 copy color: '#518ABB'

red 81 ◦ green 138 ◦ blue 187

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

Shades of Danube #518ABB

Tints of Danube #518ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.06%

R = 19.95%
G = 33.99%
B = 46.06%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518ABB (or 0x518ABB) is known color: Danube. HEX triplet: 51, 8A and BB. RGB value is (81,138,187). Sum of RGB (Red+Green+Blue) = 81+138+187=406 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.95% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #518ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABB is #AE7544. Grayscale: #7E7E7E. Windows color (decimal): -11433285 or 12290641. OLE color: 12290641.

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

Color convert

RGB 81 138 187 -
CMYK 0.57 0.26 0 0.27
HSL 207.74º 0.44% 0.53% -
HSV(B) 207.74º 0.57% 0.73% -
XYZ 21.45 23.51 50.42 -
YUV 126.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 81 138 187 0.57 0.26 0 0.27 207.74 0.44 0.53
Hex 51 8A BB 39 1A 0 1B D0 2C 35
Octal 121 212 273 71 32 0 33 320 54 65
Binary 1010001 10001010 10111011 111001 11010 0 11011 11010000 101100 110101

Color Harmonies of #518ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ABB

Black with #518ABB

Text Example


Text Example

White with #518ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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