Html Css Color HEX #527EA8 Steel Blue

📋 copy color: '#527EA8'

red 82 ◦ green 126 ◦ blue 168

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

Shades of Steel Blue #527EA8

Tints of Steel Blue #527EA8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.51%

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 21.81%
G = 33.51%
B = 44.68%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#527EA8 (or 0x527EA8) is known color: Steel Blue. HEX triplet: 52, 7E and A8. RGB value is (82,126,168). Sum of RGB (Red+Green+Blue) = 82+126+168=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 126 (49.61% from 255 or 33.51% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #527EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527EA8 is #AD8157. Grayscale: #757575. Windows color (decimal): -11370840 or 11042386. OLE color: 11042386.

HSL color Cylindrical-coordinate representation of color #527EA8: hue angle of 209.3º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #527EA8 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 82 126 168 -
CMYK 0.51 0.25 0 0.34
HSL 209.3º 0.34% 0.49% -
HSV(B) 209.3º 0.51% 0.66% -
XYZ 18.01 19.54 39.87 -
YUV 117.63 156.42 102.58 -
System Red Green Blue C M Y K H S L
Decimal 82 126 168 0.51 0.25 0 0.34 209.3 0.34 0.49
Hex 52 7E A8 33 19 0 22 D1 22 31
Octal 122 176 250 63 31 0 42 321 42 61
Binary 1010010 1111110 10101000 110011 11001 0 100010 11010001 100010 110001

Color Harmonies of #527EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527EA8

Black with #527EA8

Text Example


Text Example

White with #527EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,126,168); }

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

background-color css

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

 a { background-color: rgb(82,126,168); }

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

border-color css

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

 span { border-color: rgb(82,126,168); }

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