Html Css Color HEX #527FAA Steel Blue

📋 copy color: '#527FAA'

red 82 ◦ green 127 ◦ blue 170

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

Shades of Steel Blue #527FAA

Tints of Steel Blue #527FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

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

R = 21.64%
G = 33.51%
B = 44.85%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#527FAA (or 0x527FAA) is known color: Steel Blue. HEX triplet: 52, 7F and AA. RGB value is (82,127,170). Sum of RGB (Red+Green+Blue) = 82+127+170=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #527FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527FAA is #AD8055. Grayscale: #767676. Windows color (decimal): -11370582 or 11173714. OLE color: 11173714.

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

Color convert

RGB 82 127 170 -
CMYK 0.52 0.25 0 0.33
HSL 209.32º 0.35% 0.49% -
HSV(B) 209.32º 0.52% 0.67% -
XYZ 18.32 19.87 40.9 -
YUV 118.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 82 127 170 0.52 0.25 0 0.33 209.32 0.35 0.49
Hex 52 7F AA 34 19 0 21 D1 23 31
Octal 122 177 252 64 31 0 41 321 43 61
Binary 1010010 1111111 10101010 110100 11001 0 100001 11010001 100011 110001

Color Harmonies of #527FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FAA

Black with #527FAA

Text Example


Text Example

White with #527FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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