Html Css Color HEX #528CB7 Steel Blue

📋 copy color: '#528CB7'

red 82 ◦ green 140 ◦ blue 183

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

Shades of Steel Blue #528CB7

Tints of Steel Blue #528CB7

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 183 (71.88% from 255) = 45.19%

R = 20.25%
G = 34.57%
B = 45.19%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#528CB7 (or 0x528CB7) is known color: Steel Blue. HEX triplet: 52, 8C and B7. RGB value is (82,140,183). Sum of RGB (Red+Green+Blue) = 82+140+183=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 183 (71.88% from 255 or 45.19% from 405); Max value from RGB is 183 - color contains mainly: blue. Hex color #528CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CB7 is #AD7348. Grayscale: #7F7F7F. Windows color (decimal): -11367241 or 12029010. OLE color: 12029010.

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

Color convert

RGB 82 140 183 -
CMYK 0.55 0.23 0 0.28
HSL 205.54º 0.41% 0.52% -
HSV(B) 205.54º 0.55% 0.72% -
XYZ 21.41 23.97 48.3 -
YUV 127.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 82 140 183 0.55 0.23 0 0.28 205.54 0.41 0.52
Hex 52 8C B7 37 17 0 1C CE 29 34
Octal 122 214 267 67 27 0 34 316 51 64
Binary 1010010 10001100 10110111 110111 10111 0 11100 11001110 101001 110100

Color Harmonies of #528CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CB7

Black with #528CB7

Text Example


Text Example

White with #528CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,140,183); }

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

background-color css

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

 a { background-color: rgb(82,140,183); }

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

border-color css

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

 span { border-color: rgb(82,140,183); }

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