Html Css Color HEX #518EB6 Steel Blue

📋 copy color: '#518EB6'

red 81 ◦ green 142 ◦ blue 182

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

Shades of Steel Blue #518EB6

Tints of Steel Blue #518EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 20%
G = 35.06%
B = 44.94%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#518EB6 (or 0x518EB6) is known color: Steel Blue. HEX triplet: 51, 8E and B6. RGB value is (81,142,182). Sum of RGB (Red+Green+Blue) = 81+142+182=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #518EB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518EB6 is #AE7149. Grayscale: #808080. Windows color (decimal): -11432266 or 11963985. OLE color: 11963985.

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

Color convert

RGB 81 142 182 -
CMYK 0.55 0.22 0 0.29
HSL 203.76º 0.41% 0.52% -
HSV(B) 203.76º 0.55% 0.71% -
XYZ 21.51 24.47 47.85 -
YUV 128.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 81 142 182 0.55 0.22 0 0.29 203.76 0.41 0.52
Hex 51 8E B6 37 16 0 1D CC 29 34
Octal 121 216 266 67 26 0 35 314 51 64
Binary 1010001 10001110 10110110 110111 10110 0 11101 11001100 101001 110100

Color Harmonies of #518EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518EB6

Black with #518EB6

Text Example


Text Example

White with #518EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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