#518AB7

Color #518AB7 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #518AB7

Tints of Steel Blue #518AB7

Color information

#518AB7 (or 0x518AB7) is unknown color: approx Steel Blue. HEX triplet: 51, 8A and B7. RGB value is (81,138,183). Sum of RGB (Red+Green+Blue) = 81+138+183=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #518AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518AB7 is #AE7548. Grayscale: #7D7D7D. Windows color (decimal): -11433289 or 12028497. OLE color: 12028497.

HSL color Cylindrical-coordinate representation of color #518AB7: hue angle of 206.47º degrees, saturation: 0.41, 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 #518AB7 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB81138183-
CMYK0.560.2500.28
HSL206.47º41.46%51.76%-
HSV(B)206.47º55.74%71.76%-
XYZ21.0323.3548.2-
YUV126.09160.1295.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 20.15%
GREEN value IS 138 (54.30% from 255) = 34.33%
BLUE value IS 183 (71.88% from 255) = 45.52%
R=20.15%
G=34.33%
B=45.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal811381830.560.2500.28206.4741.4651.76
Hex518AB7381901Cce2934
Octal12121226770310343165164
Binary101000110001010101101111110001100101110011001110101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #518AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #518AB7;
 }
 .AnyTagClassName
 {
   color: #518AB7;
 }
</style>
background-color css

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

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

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

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

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

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