#507AAA

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

Shades of Steel Blue #507AAA

Tints of Steel Blue #507AAA

Color information

#507AAA (or 0x507AAA) is unknown color: approx Steel Blue. HEX triplet: 50, 7A and AA. RGB value is (80,122,170). Sum of RGB (Red+Green+Blue) = 80+122+170=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 122 (48.05% from 255 or 32.80% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 170 - color contains mainly: blue. Hex color #507AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AAA is #AF8555. Grayscale: #727272. Windows color (decimal): -11502934 or 11172432. OLE color: 11172432.

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

Color convert

RGB80122170-
CMYK0.530.2800.33
HSL212º36%49.02%-
HSV(B)212º52.94%66.67%-
XYZ17.5218.5340.68-
YUV114.91159.09103.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=21.51%
G=32.80%
B=45.70%

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
Decimal801221700.530.2800.332123649.02
Hex507AAA351C021d42431
Octal12017225265340413244461
Binary101000011110101010101011010111100010000111010100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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