#508CBA

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

Shades of Steel Blue #508CBA

Tints of Steel Blue #508CBA

Color information

#508CBA (or 0x508CBA) is unknown color: approx Steel Blue. HEX triplet: 50, 8C and BA. RGB value is (80,140,186). Sum of RGB (Red+Green+Blue) = 80+140+186=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #508CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508CBA is #AF7345. Grayscale: #7F7F7F. Windows color (decimal): -11498310 or 12225616. OLE color: 12225616.

HSL color Cylindrical-coordinate representation of color #508CBA: hue angle of 206.04º 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 #508CBA is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80140186-
CMYK0.570.2500.27
HSL206.04º43.44%52.16%-
HSV(B)206.04º56.99%72.94%-
XYZ21.5524.0149.95-
YUV127.3161.1294.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=19.70%
G=34.48%
B=45.81%

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
Decimal801401860.570.2500.27206.0443.4452.16
Hex508CBA391901Bce2b34
Octal12021427271310333165364
Binary101000010001100101110101110011100101101111001110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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