Html Css Color HEX #527FB4 Steel Blue

📋 copy color: '#527FB4'

red 82 ◦ green 127 ◦ blue 180

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

Shades of Steel Blue #527FB4

Tints of Steel Blue #527FB4

RGB

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

 GREEN value IS 127 (50% from 255) = 32.65%

 BLUE value IS 180 (70.7% from 255) = 46.27%

R = 21.08%
G = 32.65%
B = 46.27%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#527FB4 (or 0x527FB4) is known color: Steel Blue. HEX triplet: 52, 7F and B4. RGB value is (82,127,180). Sum of RGB (Red+Green+Blue) = 82+127+180=389 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.08% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #527FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FB4 is #AD804B. Grayscale: #777777. Windows color (decimal): -11370572 or 11829074. OLE color: 11829074.

HSL color Cylindrical-coordinate representation of color #527FB4: hue angle of 212.45º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527FB4 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 127 180 -
CMYK 0.54 0.29 0 0.29
HSL 212.45º 0.4% 0.51% -
HSV(B) 212.45º 0.54% 0.71% -
XYZ 19.31 20.27 46.07 -
YUV 119.59 162.09 101.19 -
System Red Green Blue C M Y K H S L
Decimal 82 127 180 0.54 0.29 0 0.29 212.45 0.4 0.51
Hex 52 7F B4 36 1D 0 1D D4 28 33
Octal 122 177 264 66 35 0 35 324 50 63
Binary 1010010 1111111 10110100 110110 11101 0 11101 11010100 101000 110011

Color Harmonies of #527FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FB4

Black with #527FB4

Text Example


Text Example

White with #527FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,180); }

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

background-color css

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

 a { background-color: rgb(82,127,180); }

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

border-color css

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

 span { border-color: rgb(82,127,180); }

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