#507FAC

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

Shades of Steel Blue #507FAC

Tints of Steel Blue #507FAC

Color information

#507FAC (or 0x507FAC) is unknown color: approx Steel Blue. HEX triplet: 50, 7F and AC. RGB value is (80,127,172). Sum of RGB (Red+Green+Blue) = 80+127+172=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #507FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507FAC is #AF8053. Grayscale: #757575. Windows color (decimal): -11501652 or 11304784. OLE color: 11304784.

HSL color Cylindrical-coordinate representation of color #507FAC: hue angle of 209.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507FAC is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80127172-
CMYK0.530.2600.33
HSL209.35º36.51%49.41%-
HSV(B)209.35º53.49%67.45%-
XYZ18.3419.8641.9-
YUV118.08158.43100.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.11%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 172 (67.58% from 255) = 45.38%
R=21.11%
G=33.51%
B=45.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801271720.530.2600.33209.3536.5149.41
Hex507FAC351A021d12531
Octal12017725465320413214561
Binary101000011111111010110011010111010010000111010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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