Html Css Color HEX #518EB4 Steel Blue

📋 copy color: '#518EB4'

red 81 ◦ green 142 ◦ blue 180

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

Shades of Steel Blue #518EB4

Tints of Steel Blue #518EB4

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.24%

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

R = 20.1%
G = 35.24%
B = 44.67%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#518EB4 (or 0x518EB4) is known color: Steel Blue. HEX triplet: 51, 8E and B4. RGB value is (81,142,180). Sum of RGB (Red+Green+Blue) = 81+142+180=403 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.10% from 403); Green value is 142 (55.86% from 255 or 35.24% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #518EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EB4 is #AE714B. Grayscale: #7F7F7F. Windows color (decimal): -11432268 or 11832913. OLE color: 11832913.

HSL color Cylindrical-coordinate representation of color #518EB4: hue angle of 203.03º 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 #518EB4 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 142 180 -
CMYK 0.55 0.21 0 0.29
HSL 203.03º 0.4% 0.51% -
HSV(B) 203.03º 0.55% 0.71% -
XYZ 21.3 24.39 46.77 -
YUV 128.09 157.29 94.41 -
System Red Green Blue C M Y K H S L
Decimal 81 142 180 0.55 0.21 0 0.29 203.03 0.4 0.51
Hex 51 8E B4 37 15 0 1D CB 28 33
Octal 121 216 264 67 25 0 35 313 50 63
Binary 1010001 10001110 10110100 110111 10101 0 11101 11001011 101000 110011

Color Harmonies of #518EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EB4

Black with #518EB4

Text Example


Text Example

White with #518EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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