Html Css Color HEX #537FB3 Steel Blue

📋 copy color: '#537FB3'

red 83 ◦ green 127 ◦ blue 179

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

Shades of Steel Blue #537FB3

Tints of Steel Blue #537FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.02%

R = 21.34%
G = 32.65%
B = 46.02%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#537FB3 (or 0x537FB3) is known color: Steel Blue. HEX triplet: 53, 7F and B3. RGB value is (83,127,179). Sum of RGB (Red+Green+Blue) = 83+127+179=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 127 (50% from 255 or 32.65% from 389); Blue value is 179 (70.31% from 255 or 46.02% from 389); Max value from RGB is 179 - color contains mainly: blue. Hex color #537FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537FB3 is #AC804C. Grayscale: #777777. Windows color (decimal): -11305037 or 11763539. OLE color: 11763539.

HSL color Cylindrical-coordinate representation of color #537FB3: hue angle of 212.5º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #537FB3 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 127 179 -
CMYK 0.54 0.29 0 0.30
HSL 212.5º 0.39% 0.51% -
HSV(B) 212.5º 0.54% 0.7% -
XYZ 19.29 20.27 45.54 -
YUV 119.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 83 127 179 0.54 0.29 0 0.30 212.5 0.39 0.51
Hex 53 7F B3 36 1D 0 1E D4 27 33
Octal 123 177 263 66 35 0 36 324 47 63
Binary 1010011 1111111 10110011 110110 11101 0 11110 11010100 100111 110011

Color Harmonies of #537FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537FB3

Black with #537FB3

Text Example


Text Example

White with #537FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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