#507FB6

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

Shades of Steel Blue #507FB6

Tints of Steel Blue #507FB6

Color information

#507FB6 (or 0x507FB6) is unknown color: approx Steel Blue. HEX triplet: 50, 7F and B6. RGB value is (80,127,182). Sum of RGB (Red+Green+Blue) = 80+127+182=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 182 (71.48% from 255 or 46.79% from 389); Max value from RGB is 182 - color contains mainly: blue. Hex color #507FB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #507FB6 is #AF8049. Grayscale: #767676. Windows color (decimal): -11501642 or 11960144. OLE color: 11960144.

HSL color Cylindrical-coordinate representation of color #507FB6: hue angle of 212.35º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #507FB6 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80127182-
CMYK0.560.3000.29
HSL212.35º41.13%51.37%-
HSV(B)212.35º56.04%71.37%-
XYZ19.3420.2647.15-
YUV119.22163.43100.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.57%
GREEN value IS 127 (50% from 255) = 32.65%
BLUE value IS 182 (71.48% from 255) = 46.79%
R=20.57%
G=32.65%
B=46.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801271820.560.3000.29212.3541.1351.37
Hex507FB6381E01Dd42933
Octal12017726670360353245163
Binary10100001111111101101101110001111001110111010100101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507FB6; }

 p { color: rgb(80,127,182); }

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

<style>
 a { background-color: #507FB6; }

 a { background-color: rgb(80,127,182); }

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

<style>
 span { border-color: #507FB6; }

 span { border-color: rgb(80,127,182); }

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