#527BAD

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

Shades of Steel Blue #527BAD

Tints of Steel Blue #527BAD

Color information

#527BAD (or 0x527BAD) is unknown color: approx Steel Blue. HEX triplet: 52, 7B and AD. RGB value is (82,123,173). Sum of RGB (Red+Green+Blue) = 82+123+173=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #527BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527BAD is #AD8452. Grayscale: #747474. Windows color (decimal): -11371603 or 11369298. OLE color: 11369298.

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

Color convert

RGB82123173-
CMYK0.530.2900.32
HSL212.97º35.69%50%-
HSV(B)212.97º52.6%67.84%-
XYZ18.1118.9842.24-
YUV116.44159.92103.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.69%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=21.69%
G=32.54%
B=45.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821231730.530.2900.32212.9735.6950
Hex527BAD351D020d52432
Octal12217325565350403254462
Binary101001011110111010110111010111101010000011010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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