Html Css Color HEX #5082AC Steel Blue

📋 copy color: '#5082AC'

red 80 ◦ green 130 ◦ blue 172

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

Shades of Steel Blue #5082AC

Tints of Steel Blue #5082AC

RGB

 RED value IS 80 (31.64% from 255) = 20.94%

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

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

R = 20.94%
G = 34.03%
B = 45.03%

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

#5082AC (or 0x5082AC) is known color: Steel Blue. HEX triplet: 50, 82 and AC. RGB value is (80,130,172). Sum of RGB (Red+Green+Blue) = 80+130+172=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 130 (51.17% from 255 or 34.03% 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 #5082AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AC is #AF7D53. Grayscale: #777777. Windows color (decimal): -11500884 or 11305552. OLE color: 11305552.

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

Color convert

RGB 80 130 172 -
CMYK 0.53 0.24 0 0.33
HSL 207.39º 0.37% 0.49% -
HSV(B) 207.39º 0.53% 0.67% -
XYZ 18.74 20.65 42.03 -
YUV 119.84 157.44 99.58 -
System Red Green Blue C M Y K H S L
Decimal 80 130 172 0.53 0.24 0 0.33 207.39 0.37 0.49
Hex 50 82 AC 35 18 0 21 CF 25 31
Octal 120 202 254 65 30 0 41 317 45 61
Binary 1010000 10000010 10101100 110101 11000 0 100001 11001111 100101 110001

Color Harmonies of #5082AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082AC

Black with #5082AC

Text Example


Text Example

White with #5082AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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