Html Css Color HEX #527BAF Steel Blue

📋 copy color: '#527BAF'

red 82 ◦ green 123 ◦ blue 175

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

Shades of Steel Blue #527BAF

Tints of Steel Blue #527BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.37%

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 21.58%
G = 32.37%
B = 46.05%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#527BAF (or 0x527BAF) is known color: Steel Blue. HEX triplet: 52, 7B and AF. RGB value is (82,123,175). Sum of RGB (Red+Green+Blue) = 82+123+175=380 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.58% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #527BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527BAF is #AD8450. Grayscale: #747474. Windows color (decimal): -11371601 or 11500370. OLE color: 11500370.

HSL color Cylindrical-coordinate representation of color #527BAF: hue angle of 213.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #527BAF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 123 175 -
CMYK 0.53 0.30 0 0.31
HSL 213.55º 0.37% 0.5% -
HSV(B) 213.55º 0.53% 0.69% -
XYZ 18.3 19.05 43.27 -
YUV 116.67 160.92 103.27 -
System Red Green Blue C M Y K H S L
Decimal 82 123 175 0.53 0.30 0 0.31 213.55 0.37 0.5
Hex 52 7B AF 35 1E 0 1F D6 25 32
Octal 122 173 257 65 36 0 37 326 45 62
Binary 1010010 1111011 10101111 110101 11110 0 11111 11010110 100101 110010

Color Harmonies of #527BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BAF

Black with #527BAF

Text Example


Text Example

White with #527BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,123,175); }

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

background-color css

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

 a { background-color: rgb(82,123,175); }

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

border-color css

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

 span { border-color: rgb(82,123,175); }

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