Html Css Color HEX #518AB8 Steel Blue

📋 copy color: '#518AB8'

red 81 ◦ green 138 ◦ blue 184

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

Shades of Steel Blue #518AB8

Tints of Steel Blue #518AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.66%

R = 20.1%
G = 34.24%
B = 45.66%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#518AB8 (or 0x518AB8) is known color: Steel Blue. HEX triplet: 51, 8A and B8. RGB value is (81,138,184). Sum of RGB (Red+Green+Blue) = 81+138+184=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 184 - color contains mainly: blue. Hex color #518AB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AB8 is #AE7547. Grayscale: #7D7D7D. Windows color (decimal): -11433288 or 12094033. OLE color: 12094033.

HSL color Cylindrical-coordinate representation of color #518AB8: hue angle of 206.8º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #518AB8 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 138 184 -
CMYK 0.56 0.25 0 0.28
HSL 206.8º 0.42% 0.52% -
HSV(B) 206.8º 0.56% 0.72% -
XYZ 21.13 23.39 48.75 -
YUV 126.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 81 138 184 0.56 0.25 0 0.28 206.8 0.42 0.52
Hex 51 8A B8 38 19 0 1C CF 2A 34
Octal 121 212 270 70 31 0 34 317 52 64
Binary 1010001 10001010 10111000 111000 11001 0 11100 11001111 101010 110100

Color Harmonies of #518AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AB8

Black with #518AB8

Text Example


Text Example

White with #518AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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