Html Css Color HEX #528DB6 Steel Blue

📋 copy color: '#528DB6'

red 82 ◦ green 141 ◦ blue 182

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

Shades of Steel Blue #528DB6

Tints of Steel Blue #528DB6

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.81%

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 20.25%
G = 34.81%
B = 44.94%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#528DB6 (or 0x528DB6) is known color: Steel Blue. HEX triplet: 52, 8D and B6. RGB value is (82,141,182). Sum of RGB (Red+Green+Blue) = 82+141+182=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 141 (55.47% from 255 or 34.81% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #528DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528DB6 is #AD7249. Grayscale: #7F7F7F. Windows color (decimal): -11366986 or 11963730. OLE color: 11963730.

HSL color Cylindrical-coordinate representation of color #528DB6: hue angle of 204.6º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #528DB6 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 141 182 -
CMYK 0.55 0.23 0 0.29
HSL 204.6º 0.41% 0.52% -
HSV(B) 204.6º 0.55% 0.71% -
XYZ 21.45 24.22 47.8 -
YUV 128.03 158.45 95.17 -
System Red Green Blue C M Y K H S L
Decimal 82 141 182 0.55 0.23 0 0.29 204.6 0.41 0.52
Hex 52 8D B6 37 17 0 1D CD 29 34
Octal 122 215 266 67 27 0 35 315 51 64
Binary 1010010 10001101 10110110 110111 10111 0 11101 11001101 101001 110100

Color Harmonies of #528DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528DB6

Black with #528DB6

Text Example


Text Example

White with #528DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528DB6; }

 p { color: rgb(82,141,182); }

 H1.HeaderClassName
 {
   color: #528DB6;
 }
 .AnyTagClassName
 {
   color: #528DB6;
 }
</style>

background-color css

<style>
 a { background-color: #528DB6; }

 a { background-color: rgb(82,141,182); }

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

border-color css

<style>
 span { border-color: #528DB6; }

 span { border-color: rgb(82,141,182); }

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