Html Css Color HEX #527AAC Steel Blue

📋 copy color: '#527AAC'

red 82 ◦ green 122 ◦ blue 172

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

Shades of Steel Blue #527AAC

Tints of Steel Blue #527AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 21.81%
G = 32.45%
B = 45.74%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#527AAC (or 0x527AAC) is known color: Steel Blue. HEX triplet: 52, 7A and AC. RGB value is (82,122,172). Sum of RGB (Red+Green+Blue) = 82+122+172=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #527AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AAC is #AD8553. Grayscale: #737373. Windows color (decimal): -11371860 or 11303506. OLE color: 11303506.

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

Color convert

RGB 82 122 172 -
CMYK 0.52 0.29 0 0.33
HSL 213.33º 0.35% 0.5% -
HSV(B) 213.33º 0.52% 0.67% -
XYZ 17.89 18.69 41.69 -
YUV 115.74 159.75 103.93 -
System Red Green Blue C M Y K H S L
Decimal 82 122 172 0.52 0.29 0 0.33 213.33 0.35 0.5
Hex 52 7A AC 34 1D 0 21 D5 23 32
Octal 122 172 254 64 35 0 41 325 43 62
Binary 1010010 1111010 10101100 110100 11101 0 100001 11010101 100011 110010

Color Harmonies of #527AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AAC

Black with #527AAC

Text Example


Text Example

White with #527AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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