Html Css Color HEX #527DAE Steel Blue

📋 copy color: '#527DAE'

red 82 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #527DAE

Tints of Steel Blue #527DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.81%

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 21.52%
G = 32.81%
B = 45.67%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#527DAE (or 0x527DAE) is known color: Steel Blue. HEX triplet: 52, 7D and AE. RGB value is (82,125,174). Sum of RGB (Red+Green+Blue) = 82+125+174=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #527DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527DAE is #AD8251. Grayscale: #757575. Windows color (decimal): -11371090 or 11435346. OLE color: 11435346.

HSL color Cylindrical-coordinate representation of color #527DAE: hue angle of 211.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527DAE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 125 174 -
CMYK 0.53 0.28 0 0.32
HSL 211.96º 0.36% 0.5% -
HSV(B) 211.96º 0.53% 0.68% -
XYZ 18.45 19.52 42.84 -
YUV 117.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 82 125 174 0.53 0.28 0 0.32 211.96 0.36 0.5
Hex 52 7D AE 35 1C 0 20 D4 24 32
Octal 122 175 256 65 34 0 40 324 44 62
Binary 1010010 1111101 10101110 110101 11100 0 100000 11010100 100100 110010

Color Harmonies of #527DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527DAE

Black with #527DAE

Text Example


Text Example

White with #527DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,125,174); }

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

background-color css

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

 a { background-color: rgb(82,125,174); }

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

border-color css

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

 span { border-color: rgb(82,125,174); }

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