Html Css Color HEX #527CA7 Steel Blue

📋 copy color: '#527CA7'

red 82 ◦ green 124 ◦ blue 167

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

Shades of Steel Blue #527CA7

Tints of Steel Blue #527CA7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 21.98%
G = 33.24%
B = 44.77%

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

#527CA7 (or 0x527CA7) is known color: Steel Blue. HEX triplet: 52, 7C and A7. RGB value is (82,124,167). Sum of RGB (Red+Green+Blue) = 82+124+167=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 167 (65.62% from 255 or 44.77% from 373); Max value from RGB is 167 - color contains mainly: blue. Hex color #527CA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CA7 is #AD8358. Grayscale: #747474. Windows color (decimal): -11371353 or 10976338. OLE color: 10976338.

HSL color Cylindrical-coordinate representation of color #527CA7: hue angle of 210.35º 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 #527CA7 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 82 124 167 -
CMYK 0.51 0.26 0 0.35
HSL 210.35º 0.34% 0.49% -
HSV(B) 210.35º 0.51% 0.65% -
XYZ 17.66 19 39.3 -
YUV 116.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 82 124 167 0.51 0.26 0 0.35 210.35 0.34 0.49
Hex 52 7C A7 33 1A 0 23 D2 22 31
Octal 122 174 247 63 32 0 43 322 42 61
Binary 1010010 1111100 10100111 110011 11010 0 100011 11010010 100010 110001

Color Harmonies of #527CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CA7

Black with #527CA7

Text Example


Text Example

White with #527CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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