Html Css Color HEX #5083AA Steel Blue

📋 copy color: '#5083AA'

red 80 ◦ green 131 ◦ blue 170

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

Shades of Steel Blue #5083AA

Tints of Steel Blue #5083AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 21%
G = 34.38%
B = 44.62%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5083AA (or 0x5083AA) is known color: Steel Blue. HEX triplet: 50, 83 and AA. RGB value is (80,131,170). Sum of RGB (Red+Green+Blue) = 80+131+170=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #5083AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5083AA is #AF7C55. Grayscale: #777777. Windows color (decimal): -11500630 or 11174736. OLE color: 11174736.

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

Color convert

RGB 80 131 170 -
CMYK 0.53 0.23 0 0.33
HSL 206º 0.36% 0.49% -
HSV(B) 206º 0.53% 0.67% -
XYZ 18.68 20.84 41.07 -
YUV 120.2 156.1 99.33 -
System Red Green Blue C M Y K H S L
Decimal 80 131 170 0.53 0.23 0 0.33 206 0.36 0.49
Hex 50 83 AA 35 17 0 21 CE 24 31
Octal 120 203 252 65 27 0 41 316 44 61
Binary 1010000 10000011 10101010 110101 10111 0 100001 11001110 100100 110001

Color Harmonies of #5083AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5083AA

Black with #5083AA

Text Example


Text Example

White with #5083AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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