Html Css Color HEX #528AB6 Steel Blue

📋 copy color: '#528AB6'

red 82 ◦ green 138 ◦ blue 182

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

Shades of Steel Blue #528AB6

Tints of Steel Blue #528AB6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.33%

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

R = 20.4%
G = 34.33%
B = 45.27%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#528AB6 (or 0x528AB6) is known color: Steel Blue. HEX triplet: 52, 8A and B6. RGB value is (82,138,182). Sum of RGB (Red+Green+Blue) = 82+138+182=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 138 (54.30% from 255 or 34.33% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #528AB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528AB6 is #AD7549. Grayscale: #7E7E7E. Windows color (decimal): -11367754 or 11962962. OLE color: 11962962.

HSL color Cylindrical-coordinate representation of color #528AB6: hue angle of 206.4º 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 #528AB6 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 138 182 -
CMYK 0.55 0.24 0 0.29
HSL 206.4º 0.41% 0.52% -
HSV(B) 206.4º 0.55% 0.71% -
XYZ 21.01 23.35 47.66 -
YUV 126.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 82 138 182 0.55 0.24 0 0.29 206.4 0.41 0.52
Hex 52 8A B6 37 18 0 1D CE 29 34
Octal 122 212 266 67 30 0 35 316 51 64
Binary 1010010 10001010 10110110 110111 11000 0 11101 11001110 101001 110100

Color Harmonies of #528AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528AB6

Black with #528AB6

Text Example


Text Example

White with #528AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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