Html Css Color HEX #527CB1 Steel Blue

📋 copy color: '#527CB1'

red 82 ◦ green 124 ◦ blue 177

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

Shades of Steel Blue #527CB1

Tints of Steel Blue #527CB1

RGB

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

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

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

R = 21.41%
G = 32.38%
B = 46.21%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#527CB1 (or 0x527CB1) is known color: Steel Blue. HEX triplet: 52, 7C and B1. RGB value is (82,124,177). Sum of RGB (Red+Green+Blue) = 82+124+177=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 177 (69.53% from 255 or 46.21% from 383); Max value from RGB is 177 - color contains mainly: blue. Hex color #527CB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CB1 is #AD834E. Grayscale: #757575. Windows color (decimal): -11371343 or 11631698. OLE color: 11631698.

HSL color Cylindrical-coordinate representation of color #527CB1: hue angle of 213.47º 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 #527CB1 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 124 177 -
CMYK 0.54 0.30 0 0.31
HSL 213.47º 0.38% 0.51% -
HSV(B) 213.47º 0.54% 0.69% -
XYZ 18.62 19.38 44.35 -
YUV 117.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 82 124 177 0.54 0.30 0 0.31 213.47 0.38 0.51
Hex 52 7C B1 36 1E 0 1F D5 26 33
Octal 122 174 261 66 36 0 37 325 46 63
Binary 1010010 1111100 10110001 110110 11110 0 11111 11010101 100110 110011

Color Harmonies of #527CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CB1

Black with #527CB1

Text Example


Text Example

White with #527CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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