#507BAD

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

Shades of Steel Blue #507BAD

Tints of Steel Blue #507BAD

Color information

#507BAD (or 0x507BAD) is unknown color: approx Steel Blue. HEX triplet: 50, 7B and AD. RGB value is (80,123,173). Sum of RGB (Red+Green+Blue) = 80+123+173=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #507BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BAD is #AF8452. Grayscale: #737373. Windows color (decimal): -11502675 or 11369296. OLE color: 11369296.

HSL color Cylindrical-coordinate representation of color #507BAD: hue angle of 212.26º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #507BAD is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80123173-
CMYK0.540.2900.32
HSL212.26º36.76%49.61%-
HSV(B)212.26º53.76%67.84%-
XYZ17.9318.8942.24-
YUV115.84160.25102.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.28%
GREEN value IS 123 (48.44% from 255) = 32.71%
BLUE value IS 173 (67.97% from 255) = 46.01%
R=21.28%
G=32.71%
B=46.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801231730.540.2900.32212.2636.7649.61
Hex507BAD361D020d42532
Octal12017325566350403244562
Binary101000011110111010110111011011101010000011010100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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