#508FBA

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

Shades of Steel Blue #508FBA

Tints of Steel Blue #508FBA

Color information

#508FBA (or 0x508FBA) is unknown color: approx Steel Blue. HEX triplet: 50, 8F and BA. RGB value is (80,143,186). Sum of RGB (Red+Green+Blue) = 80+143+186=409 (54% of max value = 765). Red value is 80 (31.64% from 255 or 19.56% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #508FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FBA is #AF7045. Grayscale: #808080. Windows color (decimal): -11497542 or 12226384. OLE color: 12226384.

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

Color convert

RGB80143186-
CMYK0.570.2300.27
HSL204.34º43.44%52.16%-
HSV(B)204.34º56.99%72.94%-
XYZ21.9924.950.1-
YUV129.06160.1393-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.56%
GREEN value IS 143 (56.25% from 255) = 34.96%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=19.56%
G=34.96%
B=45.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801431860.570.2300.27204.3443.4452.16
Hex508FBA391701Bcc2b34
Octal12021727271270333145364
Binary101000010001111101110101110011011101101111001100101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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