Html Css Color HEX #518DB6 Steel Blue

📋 copy color: '#518DB6'

red 81 ◦ green 141 ◦ blue 182

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

Shades of Steel Blue #518DB6

Tints of Steel Blue #518DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 20.05%
G = 34.9%
B = 45.05%

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

#518DB6 (or 0x518DB6) is known color: Steel Blue. HEX triplet: 51, 8D and B6. RGB value is (81,141,182). Sum of RGB (Red+Green+Blue) = 81+141+182=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #518DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #518DB6 is #AE7249. Grayscale: #7F7F7F. Windows color (decimal): -11432522 or 11963729. OLE color: 11963729.

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

Color convert

RGB 81 141 182 -
CMYK 0.55 0.23 0 0.29
HSL 204.36º 0.41% 0.52% -
HSV(B) 204.36º 0.55% 0.71% -
XYZ 21.36 24.18 47.8 -
YUV 127.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 81 141 182 0.55 0.23 0 0.29 204.36 0.41 0.52
Hex 51 8D B6 37 17 0 1D CC 29 34
Octal 121 215 266 67 27 0 35 314 51 64
Binary 1010001 10001101 10110110 110111 10111 0 11101 11001100 101001 110100

Color Harmonies of #518DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #518DB6

Black with #518DB6

Text Example


Text Example

White with #518DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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