#507BAA

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

Shades of Steel Blue #507BAA

Tints of Steel Blue #507BAA

Color information

#507BAA (or 0x507BAA) is unknown color: approx Steel Blue. HEX triplet: 50, 7B and AA. RGB value is (80,123,170). Sum of RGB (Red+Green+Blue) = 80+123+170=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #507BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BAA is #AF8455. Grayscale: #737373. Windows color (decimal): -11502678 or 11172688. OLE color: 11172688.

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

Color convert

RGB80123170-
CMYK0.530.2800.33
HSL211.33º36%49.02%-
HSV(B)211.33º52.94%66.67%-
XYZ17.6518.7740.72-
YUV115.5158.75102.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 123 (48.44% from 255) = 32.98%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=21.45%
G=32.98%
B=45.58%

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
Decimal801231700.530.2800.33211.333649.02
Hex507BAA351C021d32431
Octal12017325265340413234461
Binary101000011110111010101011010111100010000111010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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