Html Css Color HEX #527AAF Steel Blue

📋 copy color: '#527AAF'

red 82 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #527AAF

Tints of Steel Blue #527AAF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

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

R = 21.64%
G = 32.19%
B = 46.17%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#527AAF (or 0x527AAF) is known color: Steel Blue. HEX triplet: 52, 7A and AF. RGB value is (82,122,175). Sum of RGB (Red+Green+Blue) = 82+122+175=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #527AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAF is #AD8550. Grayscale: #737373. Windows color (decimal): -11371857 or 11500114. OLE color: 11500114.

HSL color Cylindrical-coordinate representation of color #527AAF: hue angle of 214.19º 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 #527AAF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 122 175 -
CMYK 0.53 0.30 0 0.31
HSL 214.19º 0.37% 0.5% -
HSV(B) 214.19º 0.53% 0.69% -
XYZ 18.18 18.81 43.23 -
YUV 116.08 161.25 103.69 -
System Red Green Blue C M Y K H S L
Decimal 82 122 175 0.53 0.30 0 0.31 214.19 0.37 0.5
Hex 52 7A AF 35 1E 0 1F D6 25 32
Octal 122 172 257 65 36 0 37 326 45 62
Binary 1010010 1111010 10101111 110101 11110 0 11111 11010110 100101 110010

Color Harmonies of #527AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AAF

Black with #527AAF

Text Example


Text Example

White with #527AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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