Html Css Color HEX #5182AC Steel Blue

📋 copy color: '#5182AC'

red 81 ◦ green 130 ◦ blue 172

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

Shades of Steel Blue #5182AC

Tints of Steel Blue #5182AC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.94%

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

R = 21.15%
G = 33.94%
B = 44.91%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5182AC (or 0x5182AC) is known color: Steel Blue. HEX triplet: 51, 82 and AC. RGB value is (81,130,172). Sum of RGB (Red+Green+Blue) = 81+130+172=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #5182AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5182AC is #AE7D53. Grayscale: #777777. Windows color (decimal): -11435348 or 11305553. OLE color: 11305553.

HSL color Cylindrical-coordinate representation of color #5182AC: hue angle of 207.69º 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 #5182AC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 130 172 -
CMYK 0.53 0.24 0 0.33
HSL 207.69º 0.36% 0.5% -
HSV(B) 207.69º 0.53% 0.67% -
XYZ 18.82 20.69 42.03 -
YUV 120.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 81 130 172 0.53 0.24 0 0.33 207.69 0.36 0.5
Hex 51 82 AC 35 18 0 21 D0 24 32
Octal 121 202 254 65 30 0 41 320 44 62
Binary 1010001 10000010 10101100 110101 11000 0 100001 11010000 100100 110010

Color Harmonies of #5182AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5182AC

Black with #5182AC

Text Example


Text Example

White with #5182AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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