Html Css Color HEX #527BA7 Steel Blue

📋 copy color: '#527BA7'

red 82 ◦ green 123 ◦ blue 167

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

Shades of Steel Blue #527BA7

Tints of Steel Blue #527BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.89%

R = 22.04%
G = 33.06%
B = 44.89%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#527BA7 (or 0x527BA7) is known color: Steel Blue. HEX triplet: 52, 7B and A7. RGB value is (82,123,167). Sum of RGB (Red+Green+Blue) = 82+123+167=372 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.04% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #527BA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527BA7 is #AD8458. Grayscale: #737373. Windows color (decimal): -11371609 or 10976082. OLE color: 10976082.

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

Color convert

RGB 82 123 167 -
CMYK 0.51 0.26 0 0.35
HSL 211.06º 0.34% 0.49% -
HSV(B) 211.06º 0.51% 0.65% -
XYZ 17.54 18.75 39.25 -
YUV 115.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 82 123 167 0.51 0.26 0 0.35 211.06 0.34 0.49
Hex 52 7B A7 33 1A 0 23 D3 22 31
Octal 122 173 247 63 32 0 43 323 42 61
Binary 1010010 1111011 10100111 110011 11010 0 100011 11010011 100010 110001

Color Harmonies of #527BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BA7

Black with #527BA7

Text Example


Text Example

White with #527BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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