Html Css Color HEX #527AB1 Steel Blue

📋 copy color: '#527AB1'

red 82 ◦ green 122 ◦ blue 177

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

Shades of Steel Blue #527AB1

Tints of Steel Blue #527AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.46%

R = 21.52%
G = 32.02%
B = 46.46%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#527AB1 (or 0x527AB1) is known color: Steel Blue. HEX triplet: 52, 7A and B1. RGB value is (82,122,177). Sum of RGB (Red+Green+Blue) = 82+122+177=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #527AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527AB1 is #AD854E. Grayscale: #747474. Windows color (decimal): -11371855 or 11631186. OLE color: 11631186.

HSL color Cylindrical-coordinate representation of color #527AB1: hue angle of 214.74º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527AB1 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 122 177 -
CMYK 0.54 0.31 0 0.31
HSL 214.74º 0.38% 0.51% -
HSV(B) 214.74º 0.54% 0.69% -
XYZ 18.38 18.89 44.27 -
YUV 116.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 82 122 177 0.54 0.31 0 0.31 214.74 0.38 0.51
Hex 52 7A B1 36 1F 0 1F D7 26 33
Octal 122 172 261 66 37 0 37 327 46 63
Binary 1010010 1111010 10110001 110110 11111 0 11111 11010111 100110 110011

Color Harmonies of #527AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527AB1

Black with #527AB1

Text Example


Text Example

White with #527AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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