#507AAC

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

Shades of Steel Blue #507AAC

Tints of Steel Blue #507AAC

Color information

#507AAC (or 0x507AAC) is unknown color: approx Steel Blue. HEX triplet: 50, 7A and AC. RGB value is (80,122,172). Sum of RGB (Red+Green+Blue) = 80+122+172=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #507AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAC is #AF8553. Grayscale: #727272. Windows color (decimal): -11502932 or 11303504. OLE color: 11303504.

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

Color convert

RGB80122172-
CMYK0.530.2900.33
HSL212.61º36.51%49.41%-
HSV(B)212.61º53.49%67.45%-
XYZ17.7118.641.69-
YUV115.14160.09102.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.39%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=21.39%
G=32.62%
B=45.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801221720.530.2900.33212.6136.5149.41
Hex507AAC351D021d52531
Octal12017225465350413254561
Binary101000011110101010110011010111101010000111010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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