#508EB7

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

Shades of Steel Blue #508EB7

Tints of Steel Blue #508EB7

Color information

#508EB7 (or 0x508EB7) is unknown color: approx Steel Blue. HEX triplet: 50, 8E and B7. RGB value is (80,142,183). Sum of RGB (Red+Green+Blue) = 80+142+183=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #508EB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508EB7 is #AF7148. Grayscale: #7F7F7F. Windows color (decimal): -11497801 or 12029520. OLE color: 12029520.

HSL color Cylindrical-coordinate representation of color #508EB7: hue angle of 203.88º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #508EB7 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB80142183-
CMYK0.560.2200.28
HSL203.88º41.7%51.57%-
HSV(B)203.88º56.28%71.76%-
XYZ21.5324.4748.39-
YUV128.14158.9693.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 142 (55.86% from 255) = 35.06%
BLUE value IS 183 (71.88% from 255) = 45.19%
R=19.75%
G=35.06%
B=45.19%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801421830.560.2200.28203.8841.751.57
Hex508EB7381601Ccc2a34
Octal12021626770260343145264
Binary101000010001110101101111110001011001110011001100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,142,183); }

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

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

 a { background-color: rgb(80,142,183); }

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

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

 span { border-color: rgb(80,142,183); }

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