Html Css Color HEX #5081AA Steel Blue

📋 copy color: '#5081AA'

red 80 ◦ green 129 ◦ blue 170

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

Shades of Steel Blue #5081AA

Tints of Steel Blue #5081AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 21.11%
G = 34.04%
B = 44.85%

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

#5081AA (or 0x5081AA) is known color: Steel Blue. HEX triplet: 50, 81 and AA. RGB value is (80,129,170). Sum of RGB (Red+Green+Blue) = 80+129+170=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #5081AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5081AA is #AF7E55. Grayscale: #767676. Windows color (decimal): -11501142 or 11174224. OLE color: 11174224.

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

Color convert

RGB 80 129 170 -
CMYK 0.53 0.24 0 0.33
HSL 207.33º 0.36% 0.49% -
HSV(B) 207.33º 0.53% 0.67% -
XYZ 18.41 20.31 40.98 -
YUV 119.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 80 129 170 0.53 0.24 0 0.33 207.33 0.36 0.49
Hex 50 81 AA 35 18 0 21 CF 24 31
Octal 120 201 252 65 30 0 41 317 44 61
Binary 1010000 10000001 10101010 110101 11000 0 100001 11001111 100100 110001

Color Harmonies of #5081AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5081AA

Black with #5081AA

Text Example


Text Example

White with #5081AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5081AA; }

 p { color: rgb(80,129,170); }

 H1.HeaderClassName
 {
   color: #5081AA;
 }
 .AnyTagClassName
 {
   color: #5081AA;
 }
</style>

background-color css

<style>
 a { background-color: #5081AA; }

 a { background-color: rgb(80,129,170); }

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

border-color css

<style>
 span { border-color: #5081AA; }

 span { border-color: rgb(80,129,170); }

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