Html Css Color HEX #527CAC Steel Blue

📋 copy color: '#527CAC'

red 82 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #527CAC

Tints of Steel Blue #527CAC

RGB

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

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

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

R = 21.69%
G = 32.8%
B = 45.5%

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

#527CAC (or 0x527CAC) is known color: Steel Blue. HEX triplet: 52, 7C and AC. RGB value is (82,124,172). Sum of RGB (Red+Green+Blue) = 82+124+172=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #527CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CAC is #AD8353. Grayscale: #747474. Windows color (decimal): -11371348 or 11304018. OLE color: 11304018.

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

Color convert

RGB 82 124 172 -
CMYK 0.52 0.28 0 0.33
HSL 212º 0.35% 0.5% -
HSV(B) 212º 0.52% 0.67% -
XYZ 18.13 19.19 41.78 -
YUV 116.91 159.09 103.1 -
System Red Green Blue C M Y K H S L
Decimal 82 124 172 0.52 0.28 0 0.33 212 0.35 0.5
Hex 52 7C AC 34 1C 0 21 D4 23 32
Octal 122 174 254 64 34 0 41 324 43 62
Binary 1010010 1111100 10101100 110100 11100 0 100001 11010100 100011 110010

Color Harmonies of #527CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CAC

Black with #527CAC

Text Example


Text Example

White with #527CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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