#527BB1

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

Shades of Steel Blue #527BB1

Tints of Steel Blue #527BB1

Color information

#527BB1 (or 0x527BB1) is unknown color: approx Steel Blue. HEX triplet: 52, 7B and B1. RGB value is (82,123,177). Sum of RGB (Red+Green+Blue) = 82+123+177=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #527BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527BB1 is #AD844E. Grayscale: #747474. Windows color (decimal): -11371599 or 11631442. OLE color: 11631442.

HSL color Cylindrical-coordinate representation of color #527BB1: hue angle of 214.11º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527BB1 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82123177-
CMYK0.540.3100.31
HSL214.11º37.85%50.78%-
HSV(B)214.11º53.67%69.41%-
XYZ18.519.1344.31-
YUV116.9161.92103.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.47%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 177 (69.53% from 255) = 46.34%
R=21.47%
G=32.20%
B=46.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821231770.540.3100.31214.1137.8550.78
Hex527BB1361F01Fd62633
Octal12217326166370373264663
Binary10100101111011101100011101101111101111111010110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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