Html Css Color HEX #527CB0 Steel Blue

📋 copy color: '#527CB0'

red 82 ◦ green 124 ◦ blue 176

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

Shades of Steel Blue #527CB0

Tints of Steel Blue #527CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 46.07%

R = 21.47%
G = 32.46%
B = 46.07%

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

#527CB0 (or 0x527CB0) is known color: Steel Blue. HEX triplet: 52, 7C and B0. RGB value is (82,124,176). Sum of RGB (Red+Green+Blue) = 82+124+176=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 176 (69.14% from 255 or 46.07% from 382); Max value from RGB is 176 - color contains mainly: blue. Hex color #527CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #527CB0 is #AD834F. Grayscale: #757575. Windows color (decimal): -11371344 or 11566162. OLE color: 11566162.

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

Color convert

RGB 82 124 176 -
CMYK 0.53 0.30 0 0.31
HSL 213.19º 0.37% 0.51% -
HSV(B) 213.19º 0.53% 0.69% -
XYZ 18.52 19.34 43.83 -
YUV 117.37 161.09 102.77 -
System Red Green Blue C M Y K H S L
Decimal 82 124 176 0.53 0.30 0 0.31 213.19 0.37 0.51
Hex 52 7C B0 35 1E 0 1F D5 25 33
Octal 122 174 260 65 36 0 37 325 45 63
Binary 1010010 1111100 10110000 110101 11110 0 11111 11010101 100101 110011

Color Harmonies of #527CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CB0

Black with #527CB0

Text Example


Text Example

White with #527CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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