Html Css Color HEX #518ABA Danube

📋 copy color: '#518ABA'

red 81 ◦ green 138 ◦ blue 186

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

Shades of Danube #518ABA

Tints of Danube #518ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 20%
G = 34.07%
B = 45.93%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#518ABA (or 0x518ABA) is known color: Danube. HEX triplet: 51, 8A and BA. RGB value is (81,138,186). Sum of RGB (Red+Green+Blue) = 81+138+186=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #518ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518ABA is #AE7545. Grayscale: #7E7E7E. Windows color (decimal): -11433286 or 12225105. OLE color: 12225105.

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

Color convert

RGB 81 138 186 -
CMYK 0.56 0.26 0 0.27
HSL 207.43º 0.43% 0.52% -
HSV(B) 207.43º 0.56% 0.73% -
XYZ 21.34 23.47 49.86 -
YUV 126.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 81 138 186 0.56 0.26 0 0.27 207.43 0.43 0.52
Hex 51 8A BA 38 1A 0 1B CF 2B 34
Octal 121 212 272 70 32 0 33 317 53 64
Binary 1010001 10001010 10111010 111000 11010 0 11011 11001111 101011 110100

Color Harmonies of #518ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518ABA

Black with #518ABA

Text Example


Text Example

White with #518ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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