#508FB7

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

Shades of Steel Blue #508FB7

Tints of Steel Blue #508FB7

Color information

#508FB7 (or 0x508FB7) is unknown color: approx Steel Blue. HEX triplet: 50, 8F and B7. RGB value is (80,143,183). Sum of RGB (Red+Green+Blue) = 80+143+183=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #508FB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #508FB7 is #AF7048. Grayscale: #808080. Windows color (decimal): -11497545 or 12029776. OLE color: 12029776.

HSL color Cylindrical-coordinate representation of color #508FB7: hue angle of 203.3º 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 #508FB7 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB80143183-
CMYK0.560.2200.28
HSL203.3º41.7%51.57%-
HSV(B)203.3º56.28%71.76%-
XYZ21.6824.7748.44-
YUV128.72158.6393.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 143 (56.25% from 255) = 35.22%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=19.70%
G=35.22%
B=45.07%

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
Decimal801431830.560.2200.28203.341.751.57
Hex508FB7381601Ccb2a34
Octal12021726770260343135264
Binary101000010001111101101111110001011001110011001011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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