#508BBA

Color #508BBA Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #508BBA

Tints of Steel Blue #508BBA

Color information

#508BBA (or 0x508BBA) is unknown color: approx Steel Blue. HEX triplet: 50, 8B and BA. RGB value is (80,139,186). Sum of RGB (Red+Green+Blue) = 80+139+186=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #508BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508BBA is #AF7445. Grayscale: #7E7E7E. Windows color (decimal): -11498566 or 12225360. OLE color: 12225360.

HSL color Cylindrical-coordinate representation of color #508BBA: hue angle of 206.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #508BBA is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80139186-
CMYK0.570.2500.27
HSL206.6º43.44%52.16%-
HSV(B)206.6º56.99%72.94%-
XYZ21.423.7249.9-
YUV126.72161.4594.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 186 (73.05% from 255) = 45.93%
R=19.75%
G=34.32%
B=45.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801391860.570.2500.27206.643.4452.16
Hex508BBA391901Bcf2b34
Octal12021327271310333175364
Binary101000010001011101110101110011100101101111001111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508BBA; }

 p { color: rgb(80,139,186); }

 H1.HeaderClassName
 {
   color: #508BBA;
 }
 .AnyTagClassName
 {
   color: #508BBA;
 }
</style>
background-color css

<style>
 a { background-color: #508BBA; }

 a { background-color: rgb(80,139,186); }

 div.DivClassName
 {
   background-color: #508BBA;
 }
 .BgClassName
 {
   background-color: #508BBA;
 }
</style>
border-color css

<style>
 span { border-color: #508BBA; }

 span { border-color: rgb(80,139,186); }

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