Html Css Color HEX #5082AB Steel Blue

📋 copy color: '#5082AB'

red 80 ◦ green 130 ◦ blue 171

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

Shades of Steel Blue #5082AB

Tints of Steel Blue #5082AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 21%
G = 34.12%
B = 44.88%

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

#5082AB (or 0x5082AB) is known color: Steel Blue. HEX triplet: 50, 82 and AB. RGB value is (80,130,171). Sum of RGB (Red+Green+Blue) = 80+130+171=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #5082AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AB is #AF7D54. Grayscale: #777777. Windows color (decimal): -11500885 or 11240016. OLE color: 11240016.

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

Color convert

RGB 80 130 171 -
CMYK 0.53 0.24 0 0.33
HSL 207.03º 0.36% 0.49% -
HSV(B) 207.03º 0.53% 0.67% -
XYZ 18.64 20.61 41.52 -
YUV 119.72 156.94 99.67 -
System Red Green Blue C M Y K H S L
Decimal 80 130 171 0.53 0.24 0 0.33 207.03 0.36 0.49
Hex 50 82 AB 35 18 0 21 CF 24 31
Octal 120 202 253 65 30 0 41 317 44 61
Binary 1010000 10000010 10101011 110101 11000 0 100001 11001111 100100 110001

Color Harmonies of #5082AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082AB

Black with #5082AB

Text Example


Text Example

White with #5082AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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