#508AB0

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

Shades of Steel Blue #508AB0

Tints of Steel Blue #508AB0

Color information

#508AB0 (or 0x508AB0) is unknown color: approx Steel Blue. HEX triplet: 50, 8A and B0. RGB value is (80,138,176). Sum of RGB (Red+Green+Blue) = 80+138+176=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 138 (54.30% from 255 or 35.03% from 394); Blue value is 176 (69.14% from 255 or 44.67% from 394); Max value from RGB is 176 - color contains mainly: blue. Hex color #508AB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508AB0 is #AF754F. Grayscale: #7C7C7C. Windows color (decimal): -11498832 or 11569744. OLE color: 11569744.

HSL color Cylindrical-coordinate representation of color #508AB0: hue angle of 203.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #508AB0 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80138176-
CMYK0.550.2200.31
HSL203.75º37.8%50.2%-
HSV(B)203.75º54.55%69.02%-
XYZ20.2323.0244.45-
YUV124.99156.7895.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.30%
GREEN value IS 138 (54.30% from 255) = 35.03%
BLUE value IS 176 (69.14% from 255) = 44.67%
R=20.30%
G=35.03%
B=44.67%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801381760.550.2200.31203.7537.850.2
Hex508AB0371601Fcc2632
Octal12021226067260373144662
Binary101000010001010101100001101111011001111111001100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #508AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #508AB0; }

 p { color: rgb(80,138,176); }

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

<style>
 a { background-color: #508AB0; }

 a { background-color: rgb(80,138,176); }

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

<style>
 span { border-color: #508AB0; }

 span { border-color: rgb(80,138,176); }

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