#507AA9

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

Shades of Steel Blue #507AA9

Tints of Steel Blue #507AA9

Color information

#507AA9 (or 0x507AA9) is unknown color: approx Steel Blue. HEX triplet: 50, 7A and A9. RGB value is (80,122,169). Sum of RGB (Red+Green+Blue) = 80+122+169=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 169 - color contains mainly: blue. Hex color #507AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AA9 is #AF8556. Grayscale: #727272. Windows color (decimal): -11502935 or 11106896. OLE color: 11106896.

HSL color Cylindrical-coordinate representation of color #507AA9: hue angle of 211.69º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #507AA9 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB80122169-
CMYK0.530.2800.34
HSL211.69º35.74%48.82%-
HSV(B)211.69º52.66%66.27%-
XYZ17.4318.4940.19-
YUV114.8158.59103.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.56%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 169 (66.41% from 255) = 45.55%
R=21.56%
G=32.88%
B=45.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal801221690.530.2800.34211.6935.7448.82
Hex507AA9351C022d42431
Octal12017225165340423244461
Binary101000011110101010100111010111100010001011010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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