Html Css Color HEX #5081AC Steel Blue

📋 copy color: '#5081AC'

red 80 ◦ green 129 ◦ blue 172

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

Shades of Steel Blue #5081AC

Tints of Steel Blue #5081AC

RGB

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

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

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

R = 21%
G = 33.86%
B = 45.14%

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

#5081AC (or 0x5081AC) is known color: Steel Blue. HEX triplet: 50, 81 and AC. RGB value is (80,129,172). Sum of RGB (Red+Green+Blue) = 80+129+172=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #5081AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5081AC is #AF7E53. Grayscale: #777777. Windows color (decimal): -11501140 or 11305296. OLE color: 11305296.

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

Color convert

RGB 80 129 172 -
CMYK 0.53 0.25 0 0.33
HSL 208.04º 0.37% 0.49% -
HSV(B) 208.04º 0.53% 0.67% -
XYZ 18.6 20.38 41.98 -
YUV 119.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 80 129 172 0.53 0.25 0 0.33 208.04 0.37 0.49
Hex 50 81 AC 35 19 0 21 D0 25 31
Octal 120 201 254 65 31 0 41 320 45 61
Binary 1010000 10000001 10101100 110101 11001 0 100001 11010000 100101 110001

Color Harmonies of #5081AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5081AC

Black with #5081AC

Text Example


Text Example

White with #5081AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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