Html Css Color HEX #527AAA Steel Blue

📋 copy color: '#527AAA'

red 82 ◦ green 122 ◦ blue 170

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

Shades of Steel Blue #527AAA

Tints of Steel Blue #527AAA

RGB

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

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

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

R = 21.93%
G = 32.62%
B = 45.45%

CMYK

 C value IS 0.52

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#527AAA (or 0x527AAA) is known color: Steel Blue. HEX triplet: 52, 7A and AA. RGB value is (82,122,170). Sum of RGB (Red+Green+Blue) = 82+122+170=374 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.93% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #527AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAA is #AD8555. Grayscale: #737373. Windows color (decimal): -11371862 or 11172434. OLE color: 11172434.

HSL color Cylindrical-coordinate representation of color #527AAA: hue angle of 212.73º 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 #527AAA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 122 170 -
CMYK 0.52 0.28 0 0.33
HSL 212.73º 0.35% 0.49% -
HSV(B) 212.73º 0.52% 0.67% -
XYZ 17.69 18.62 40.69 -
YUV 115.51 158.75 104.1 -
System Red Green Blue C M Y K H S L
Decimal 82 122 170 0.52 0.28 0 0.33 212.73 0.35 0.49
Hex 52 7A AA 34 1C 0 21 D5 23 31
Octal 122 172 252 64 34 0 41 325 43 61
Binary 1010010 1111010 10101010 110100 11100 0 100001 11010101 100011 110001

Color Harmonies of #527AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AAA

Black with #527AAA

Text Example


Text Example

White with #527AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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