Html Css Color HEX #5181AC Steel Blue

📋 copy color: '#5181AC'

red 81 ◦ green 129 ◦ blue 172

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

Shades of Steel Blue #5181AC

Tints of Steel Blue #5181AC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 21.2%
G = 33.77%
B = 45.03%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5181AC (or 0x5181AC) is known color: Steel Blue. HEX triplet: 51, 81 and AC. RGB value is (81,129,172). Sum of RGB (Red+Green+Blue) = 81+129+172=382 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.20% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #5181AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5181AC is #AE7E53. Grayscale: #777777. Windows color (decimal): -11435604 or 11305297. OLE color: 11305297.

HSL color Cylindrical-coordinate representation of color #5181AC: hue angle of 208.35º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5181AC is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 129 172 -
CMYK 0.53 0.25 0 0.33
HSL 208.35º 0.36% 0.5% -
HSV(B) 208.35º 0.53% 0.67% -
XYZ 18.69 20.43 41.99 -
YUV 119.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 81 129 172 0.53 0.25 0 0.33 208.35 0.36 0.5
Hex 51 81 AC 35 19 0 21 D0 24 32
Octal 121 201 254 65 31 0 41 320 44 62
Binary 1010001 10000001 10101100 110101 11001 0 100001 11010000 100100 110010

Color Harmonies of #5181AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5181AC

Black with #5181AC

Text Example


Text Example

White with #5181AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5181AC; }

 p { color: rgb(81,129,172); }

 H1.HeaderClassName
 {
   color: #5181AC;
 }
 .AnyTagClassName
 {
   color: #5181AC;
 }
</style>

background-color css

<style>
 a { background-color: #5181AC; }

 a { background-color: rgb(81,129,172); }

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

border-color css

<style>
 span { border-color: #5181AC; }

 span { border-color: rgb(81,129,172); }

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