#507CAA

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

Shades of Steel Blue #507CAA

Tints of Steel Blue #507CAA

Color information

#507CAA (or 0x507CAA) is unknown color: approx Steel Blue. HEX triplet: 50, 7C and AA. RGB value is (80,124,170). Sum of RGB (Red+Green+Blue) = 80+124+170=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #507CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAA is #AF8355. Grayscale: #737373. Windows color (decimal): -11502422 or 11172944. OLE color: 11172944.

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

Color convert

RGB80124170-
CMYK0.530.2700.33
HSL210.67º36%49.02%-
HSV(B)210.67º52.94%66.67%-
XYZ17.7719.0240.77-
YUV116.09158.42102.26-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 124 (48.83% from 255) = 33.16%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=21.39%
G=33.16%
B=45.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801241700.530.2700.33210.673649.02
Hex507CAA351B021d32431
Octal12017425265330413234461
Binary101000011111001010101011010111011010000111010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,170); }

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

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

 a { background-color: rgb(80,124,170); }

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

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

 span { border-color: rgb(80,124,170); }

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