Html Css Color HEX #518AB4 Steel Blue

📋 copy color: '#518AB4'

red 81 ◦ green 138 ◦ blue 180

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

Shades of Steel Blue #518AB4

Tints of Steel Blue #518AB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.11%

R = 20.3%
G = 34.59%
B = 45.11%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#518AB4 (or 0x518AB4) is known color: Steel Blue. HEX triplet: 51, 8A and B4. RGB value is (81,138,180). Sum of RGB (Red+Green+Blue) = 81+138+180=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #518AB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AB4 is #AE754B. Grayscale: #7D7D7D. Windows color (decimal): -11433292 or 11831889. OLE color: 11831889.

HSL color Cylindrical-coordinate representation of color #518AB4: hue angle of 205.45º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #518AB4 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 138 180 -
CMYK 0.55 0.23 0 0.29
HSL 205.45º 0.4% 0.51% -
HSV(B) 205.45º 0.55% 0.71% -
XYZ 20.72 23.22 46.57 -
YUV 125.75 158.62 96.08 -
System Red Green Blue C M Y K H S L
Decimal 81 138 180 0.55 0.23 0 0.29 205.45 0.4 0.51
Hex 51 8A B4 37 17 0 1D CD 28 33
Octal 121 212 264 67 27 0 35 315 50 63
Binary 1010001 10001010 10110100 110111 10111 0 11101 11001101 101000 110011

Color Harmonies of #518AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518AB4

Black with #518AB4

Text Example


Text Example

White with #518AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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