Html Css Color HEX #5185AD Steel Blue

📋 copy color: '#5185AD'

red 81 ◦ green 133 ◦ blue 173

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

Shades of Steel Blue #5185AD

Tints of Steel Blue #5185AD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 20.93%
G = 34.37%
B = 44.7%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5185AD (or 0x5185AD) is known color: Steel Blue. HEX triplet: 51, 85 and AD. RGB value is (81,133,173). Sum of RGB (Red+Green+Blue) = 81+133+173=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #5185AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5185AD is #AE7A52. Grayscale: #797979. Windows color (decimal): -11434579 or 11371857. OLE color: 11371857.

HSL color Cylindrical-coordinate representation of color #5185AD: hue angle of 206.09º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5185AD is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 133 173 -
CMYK 0.53 0.23 0 0.32
HSL 206.09º 0.36% 0.5% -
HSV(B) 206.09º 0.53% 0.68% -
XYZ 19.32 21.54 42.67 -
YUV 122.01 156.77 98.75 -
System Red Green Blue C M Y K H S L
Decimal 81 133 173 0.53 0.23 0 0.32 206.09 0.36 0.5
Hex 51 85 AD 35 17 0 20 CE 24 32
Octal 121 205 255 65 27 0 40 316 44 62
Binary 1010001 10000101 10101101 110101 10111 0 100000 11001110 100100 110010

Color Harmonies of #5185AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185AD

Black with #5185AD

Text Example


Text Example

White with #5185AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5185AD; }

 p { color: rgb(81,133,173); }

 H1.HeaderClassName
 {
   color: #5185AD;
 }
 .AnyTagClassName
 {
   color: #5185AD;
 }
</style>

background-color css

<style>
 a { background-color: #5185AD; }

 a { background-color: rgb(81,133,173); }

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

border-color css

<style>
 span { border-color: #5185AD; }

 span { border-color: rgb(81,133,173); }

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