Html Css Color HEX #5398AB Boston Blue

📋 copy color: '#5398AB'

red 83 ◦ green 152 ◦ blue 171

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

Shades of Boston Blue #5398AB

Tints of Boston Blue #5398AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 20.44%
G = 37.44%
B = 42.12%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5398AB (or 0x5398AB) is known color: Boston Blue. HEX triplet: 53, 98 and AB. RGB value is (83,152,171). Sum of RGB (Red+Green+Blue) = 83+152+171=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #5398AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5398AB is #AC6754. Grayscale: #858585. Windows color (decimal): -11298645 or 11245651. OLE color: 11245651.

HSL color Cylindrical-coordinate representation of color #5398AB: hue angle of 192.95º degrees, saturation: 0.35, 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 #5398AB is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 152 171 -
CMYK 0.51 0.11 0 0.33
HSL 192.95º 0.35% 0.5% -
HSV(B) 192.95º 0.51% 0.67% -
XYZ 22.15 27.24 42.62 -
YUV 133.54 149.14 91.96 -
System Red Green Blue C M Y K H S L
Decimal 83 152 171 0.51 0.11 0 0.33 192.95 0.35 0.5
Hex 53 98 AB 33 B 0 21 C1 23 32
Octal 123 230 253 63 13 0 41 301 43 62
Binary 1010011 10011000 10101011 110011 1011 0 100001 11000001 100011 110010

Color Harmonies of #5398AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5398AB

Black with #5398AB

Text Example


Text Example

White with #5398AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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