Html Css Color HEX #5180AF Steel Blue

📋 copy color: '#5180AF'

red 81 ◦ green 128 ◦ blue 175

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

Shades of Steel Blue #5180AF

Tints of Steel Blue #5180AF

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 21.09%
G = 33.33%
B = 45.57%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5180AF (or 0x5180AF) is known color: Steel Blue. HEX triplet: 51, 80 and AF. RGB value is (81,128,175). Sum of RGB (Red+Green+Blue) = 81+128+175=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #5180AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5180AF is #AE7F50. Grayscale: #777777. Windows color (decimal): -11435857 or 11501649. OLE color: 11501649.

HSL color Cylindrical-coordinate representation of color #5180AF: hue angle of 210º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5180AF is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 81 128 175 -
CMYK 0.54 0.27 0 0.31
HSL 210º 0.37% 0.5% -
HSV(B) 210º 0.54% 0.69% -
XYZ 18.85 20.28 43.48 -
YUV 119.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 81 128 175 0.54 0.27 0 0.31 210 0.37 0.5
Hex 51 80 AF 36 1B 0 1F D2 25 32
Octal 121 200 257 66 33 0 37 322 45 62
Binary 1010001 10000000 10101111 110110 11011 0 11111 11010010 100101 110010

Color Harmonies of #5180AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5180AF

Black with #5180AF

Text Example


Text Example

White with #5180AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5180AF; }

 p { color: rgb(81,128,175); }

 H1.HeaderClassName
 {
   color: #5180AF;
 }
 .AnyTagClassName
 {
   color: #5180AF;
 }
</style>

background-color css

<style>
 a { background-color: #5180AF; }

 a { background-color: rgb(81,128,175); }

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

border-color css

<style>
 span { border-color: #5180AF; }

 span { border-color: rgb(81,128,175); }

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