Html Css Color HEX #5082AE Steel Blue

📋 copy color: '#5082AE'

red 80 ◦ green 130 ◦ blue 174

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

Shades of Steel Blue #5082AE

Tints of Steel Blue #5082AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 20.83%
G = 33.85%
B = 45.31%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5082AE (or 0x5082AE) is known color: Steel Blue. HEX triplet: 50, 82 and AE. RGB value is (80,130,174). Sum of RGB (Red+Green+Blue) = 80+130+174=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #5082AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5082AE is #AF7D51. Grayscale: #777777. Windows color (decimal): -11500882 or 11436624. OLE color: 11436624.

HSL color Cylindrical-coordinate representation of color #5082AE: hue angle of 208.09º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5082AE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 130 174 -
CMYK 0.54 0.25 0 0.32
HSL 208.09º 0.37% 0.5% -
HSV(B) 208.09º 0.54% 0.68% -
XYZ 18.93 20.73 43.05 -
YUV 120.07 158.44 99.42 -
System Red Green Blue C M Y K H S L
Decimal 80 130 174 0.54 0.25 0 0.32 208.09 0.37 0.5
Hex 50 82 AE 36 19 0 20 D0 25 32
Octal 120 202 256 66 31 0 40 320 45 62
Binary 1010000 10000010 10101110 110110 11001 0 100000 11010000 100101 110010

Color Harmonies of #5082AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5082AE

Black with #5082AE

Text Example


Text Example

White with #5082AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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