#507CAB

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

Shades of Steel Blue #507CAB

Tints of Steel Blue #507CAB

Color information

#507CAB (or 0x507CAB) is unknown color: approx Steel Blue. HEX triplet: 50, 7C and AB. RGB value is (80,124,171). Sum of RGB (Red+Green+Blue) = 80+124+171=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #507CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507CAB is #AF8354. Grayscale: #737373. Windows color (decimal): -11502421 or 11238480. OLE color: 11238480.

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

Color convert

RGB80124171-
CMYK0.530.2700.33
HSL210.99º36.25%49.22%-
HSV(B)210.99º53.22%67.06%-
XYZ17.8719.0641.27-
YUV116.2158.92102.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=21.33%
G=33.07%
B=45.6%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801241710.530.2700.33210.9936.2549.22
Hex507CAB351B021d32431
Octal12017425365330413234461
Binary101000011111001010101111010111011010000111010011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,124,171); }

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

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

 a { background-color: rgb(80,124,171); }

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

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

 span { border-color: rgb(80,124,171); }

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