Html Css Color HEX #518ABC Danube

📋 copy color: '#518ABC'

red 81 ◦ green 138 ◦ blue 188

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

Shades of Danube #518ABC

Tints of Danube #518ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 19.9%
G = 33.91%
B = 46.19%

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

#518ABC (or 0x518ABC) is known color: Danube. HEX triplet: 51, 8A and BC. RGB value is (81,138,188). Sum of RGB (Red+Green+Blue) = 81+138+188=407 (53% of max value = 765). Red value is 81 (32.03% from 255 or 19.90% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #518ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABC is #AE7543. Grayscale: #7E7E7E. Windows color (decimal): -11433284 or 12356177. OLE color: 12356177.

HSL color Cylindrical-coordinate representation of color #518ABC: hue angle of 208.04º degrees, saturation: 0.44, 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 #518ABC is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 138 188 -
CMYK 0.57 0.27 0 0.26
HSL 208.04º 0.44% 0.53% -
HSV(B) 208.04º 0.57% 0.74% -
XYZ 21.56 23.56 50.99 -
YUV 126.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 81 138 188 0.57 0.27 0 0.26 208.04 0.44 0.53
Hex 51 8A BC 39 1B 0 1A D0 2C 35
Octal 121 212 274 71 33 0 32 320 54 65
Binary 1010001 10001010 10111100 111001 11011 0 11010 11010000 101100 110101

Color Harmonies of #518ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ABC

Black with #518ABC

Text Example


Text Example

White with #518ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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