#507BAC

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

Shades of Steel Blue #507BAC

Tints of Steel Blue #507BAC

Color information

#507BAC (or 0x507BAC) is unknown color: approx Steel Blue. HEX triplet: 50, 7B and AC. RGB value is (80,123,172). Sum of RGB (Red+Green+Blue) = 80+123+172=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #507BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BAC is #AF8453. Grayscale: #737373. Windows color (decimal): -11502676 or 11303760. OLE color: 11303760.

HSL color Cylindrical-coordinate representation of color #507BAC: hue angle of 211.96º 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 #507BAC is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80123172-
CMYK0.530.2800.33
HSL211.96º36.51%49.41%-
HSV(B)211.96º53.49%67.45%-
XYZ17.8418.8541.73-
YUV115.73159.75102.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 123 (48.44% from 255) = 32.8%
BLUE value IS 172 (67.58% from 255) = 45.87%
R=21.33%
G=32.8%
B=45.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801231720.530.2800.33211.9636.5149.41
Hex507BAC351C021d42531
Octal12017325465340413244561
Binary101000011110111010110011010111100010000111010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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