Html Css Color HEX #537FB0 Steel Blue

📋 copy color: '#537FB0'

red 83 ◦ green 127 ◦ blue 176

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

Shades of Steel Blue #537FB0

Tints of Steel Blue #537FB0

RGB

 RED value IS 83 (32.81% from 255) = 21.5%

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

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

R = 21.5%
G = 32.9%
B = 45.6%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#537FB0 (or 0x537FB0) is known color: Steel Blue. HEX triplet: 53, 7F and B0. RGB value is (83,127,176). Sum of RGB (Red+Green+Blue) = 83+127+176=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 176 (69.14% from 255 or 45.60% from 386); Max value from RGB is 176 - color contains mainly: blue. Hex color #537FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537FB0 is #AC804F. Grayscale: #777777. Windows color (decimal): -11305040 or 11566931. OLE color: 11566931.

HSL color Cylindrical-coordinate representation of color #537FB0: hue angle of 211.61º 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 #537FB0 is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 127 176 -
CMYK 0.53 0.28 0 0.31
HSL 211.61º 0.37% 0.51% -
HSV(B) 211.61º 0.53% 0.69% -
XYZ 18.99 20.15 43.96 -
YUV 119.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 83 127 176 0.53 0.28 0 0.31 211.61 0.37 0.51
Hex 53 7F B0 35 1C 0 1F D4 25 33
Octal 123 177 260 65 34 0 37 324 45 63
Binary 1010011 1111111 10110000 110101 11100 0 11111 11010100 100101 110011

Color Harmonies of #537FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FB0

Black with #537FB0

Text Example


Text Example

White with #537FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537FB0; }

 p { color: rgb(83,127,176); }

 H1.HeaderClassName
 {
   color: #537FB0;
 }
 .AnyTagClassName
 {
   color: #537FB0;
 }
</style>

background-color css

<style>
 a { background-color: #537FB0; }

 a { background-color: rgb(83,127,176); }

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

border-color css

<style>
 span { border-color: #537FB0; }

 span { border-color: rgb(83,127,176); }

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