Html Css Color HEX #5396AA Boston Blue

📋 copy color: '#5396AA'

red 83 ◦ green 150 ◦ blue 170

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

Shades of Boston Blue #5396AA

Tints of Boston Blue #5396AA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.22%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 20.6%
G = 37.22%
B = 42.18%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5396AA (or 0x5396AA) is known color: Boston Blue. HEX triplet: 53, 96 and AA. RGB value is (83,150,170). Sum of RGB (Red+Green+Blue) = 83+150+170=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #5396AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5396AA is #AC6955. Grayscale: #848484. Windows color (decimal): -11299158 or 11179603. OLE color: 11179603.

HSL color Cylindrical-coordinate representation of color #5396AA: hue angle of 193.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5396AA is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 150 170 -
CMYK 0.51 0.12 0 0.33
HSL 193.79º 0.34% 0.5% -
HSV(B) 193.79º 0.51% 0.67% -
XYZ 21.73 26.55 42.01 -
YUV 132.25 149.3 92.87 -
System Red Green Blue C M Y K H S L
Decimal 83 150 170 0.51 0.12 0 0.33 193.79 0.34 0.5
Hex 53 96 AA 33 C 0 21 C2 22 32
Octal 123 226 252 63 14 0 41 302 42 62
Binary 1010011 10010110 10101010 110011 1100 0 100001 11000010 100010 110010

Color Harmonies of #5396AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5396AA

Black with #5396AA

Text Example


Text Example

White with #5396AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5396AA; }

 p { color: rgb(83,150,170); }

 H1.HeaderClassName
 {
   color: #5396AA;
 }
 .AnyTagClassName
 {
   color: #5396AA;
 }
</style>

background-color css

<style>
 a { background-color: #5396AA; }

 a { background-color: rgb(83,150,170); }

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

border-color css

<style>
 span { border-color: #5396AA; }

 span { border-color: rgb(83,150,170); }

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