Html Css Color HEX #527CAA Steel Blue

📋 copy color: '#527CAA'

red 82 ◦ green 124 ◦ blue 170

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

Shades of Steel Blue #527CAA

Tints of Steel Blue #527CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.98%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 21.81%
G = 32.98%
B = 45.21%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#527CAA (or 0x527CAA) is known color: Steel Blue. HEX triplet: 52, 7C and AA. RGB value is (82,124,170). Sum of RGB (Red+Green+Blue) = 82+124+170=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #527CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAA is #AD8355. Grayscale: #747474. Windows color (decimal): -11371350 or 11172946. OLE color: 11172946.

HSL color Cylindrical-coordinate representation of color #527CAA: hue angle of 211.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #527CAA is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 124 170 -
CMYK 0.52 0.27 0 0.33
HSL 211.36º 0.35% 0.49% -
HSV(B) 211.36º 0.52% 0.67% -
XYZ 17.94 19.11 40.77 -
YUV 116.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 82 124 170 0.52 0.27 0 0.33 211.36 0.35 0.49
Hex 52 7C AA 34 1B 0 21 D3 23 31
Octal 122 174 252 64 33 0 41 323 43 61
Binary 1010010 1111100 10101010 110100 11011 0 100001 11010011 100011 110001

Color Harmonies of #527CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CAA

Black with #527CAA

Text Example


Text Example

White with #527CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,124,170); }

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

background-color css

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

 a { background-color: rgb(82,124,170); }

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

border-color css

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

 span { border-color: rgb(82,124,170); }

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