Html Css Color HEX #527DAF Steel Blue

📋 copy color: '#527DAF'

red 82 ◦ green 125 ◦ blue 175

#527DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #527DAF

Tints of Steel Blue #527DAF

RGB

 RED value IS 82 (32.42% from 255) = 21.47%

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 21.47%
G = 32.72%
B = 45.81%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#527DAF (or 0x527DAF) is known color: Steel Blue. HEX triplet: 52, 7D and AF. RGB value is (82,125,175). Sum of RGB (Red+Green+Blue) = 82+125+175=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #527DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DAF is #AD8250. Grayscale: #757575. Windows color (decimal): -11371089 or 11500882. OLE color: 11500882.

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

Color convert

RGB 82 125 175 -
CMYK 0.53 0.29 0 0.31
HSL 212.26º 0.37% 0.5% -
HSV(B) 212.26º 0.53% 0.69% -
XYZ 18.55 19.56 43.35 -
YUV 117.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 82 125 175 0.53 0.29 0 0.31 212.26 0.37 0.5
Hex 52 7D AF 35 1D 0 1F D4 25 32
Octal 122 175 257 65 35 0 37 324 45 62
Binary 1010010 1111101 10101111 110101 11101 0 11111 11010100 100101 110010

Color Harmonies of #527DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DAF

Black with #527DAF

Text Example


Text Example

White with #527DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,175); }

 H1.HeaderClassName
 {
   color: #527DAF;
 }
 .AnyTagClassName
 {
   color: #527DAF;
 }
</style>

background-color css

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

 a { background-color: rgb(82,125,175); }

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

border-color css

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

 span { border-color: rgb(82,125,175); }

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