Html Css Color HEX #5398AD Boston Blue

📋 copy color: '#5398AD'

red 83 ◦ green 152 ◦ blue 173

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

Shades of Boston Blue #5398AD

Tints of Boston Blue #5398AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.25%

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 20.34%
G = 37.25%
B = 42.4%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5398AD (or 0x5398AD) is known color: Boston Blue. HEX triplet: 53, 98 and AD. RGB value is (83,152,173). Sum of RGB (Red+Green+Blue) = 83+152+173=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 152 (59.77% from 255 or 37.25% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #5398AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5398AD is #AC6752. Grayscale: #858585. Windows color (decimal): -11298643 or 11376723. OLE color: 11376723.

HSL color Cylindrical-coordinate representation of color #5398AD: hue angle of 194º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5398AD is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 152 173 -
CMYK 0.52 0.12 0 0.32
HSL 194º 0.35% 0.5% -
HSV(B) 194º 0.52% 0.68% -
XYZ 22.34 27.31 43.63 -
YUV 133.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 83 152 173 0.52 0.12 0 0.32 194 0.35 0.5
Hex 53 98 AD 34 C 0 20 C2 23 32
Octal 123 230 255 64 14 0 40 302 43 62
Binary 1010011 10011000 10101101 110100 1100 0 100000 11000010 100011 110010

Color Harmonies of #5398AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5398AD

Black with #5398AD

Text Example


Text Example

White with #5398AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5398AD; }

 p { color: rgb(83,152,173); }

 H1.HeaderClassName
 {
   color: #5398AD;
 }
 .AnyTagClassName
 {
   color: #5398AD;
 }
</style>

background-color css

<style>
 a { background-color: #5398AD; }

 a { background-color: rgb(83,152,173); }

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

border-color css

<style>
 span { border-color: #5398AD; }

 span { border-color: rgb(83,152,173); }

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