Html Css Color HEX #5399AB Boston Blue

📋 copy color: '#5399AB'

red 83 ◦ green 153 ◦ blue 171

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

Shades of Boston Blue #5399AB

Tints of Boston Blue #5399AB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.59%

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

R = 20.39%
G = 37.59%
B = 42.01%

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

#5399AB (or 0x5399AB) is known color: Boston Blue. HEX triplet: 53, 99 and AB. RGB value is (83,153,171). Sum of RGB (Red+Green+Blue) = 83+153+171=407 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.39% from 407); Green value is 153 (60.16% from 255 or 37.59% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #5399AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5399AB is #AC6654. Grayscale: #858585. Windows color (decimal): -11298389 or 11245907. OLE color: 11245907.

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

Color convert

RGB 83 153 171 -
CMYK 0.51 0.11 0 0.33
HSL 192.27º 0.35% 0.5% -
HSV(B) 192.27º 0.51% 0.67% -
XYZ 22.31 27.56 42.67 -
YUV 134.12 148.81 91.54 -
System Red Green Blue C M Y K H S L
Decimal 83 153 171 0.51 0.11 0 0.33 192.27 0.35 0.5
Hex 53 99 AB 33 B 0 21 C0 23 32
Octal 123 231 253 63 13 0 41 300 43 62
Binary 1010011 10011001 10101011 110011 1011 0 100001 11000000 100011 110010

Color Harmonies of #5399AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5399AB

Black with #5399AB

Text Example


Text Example

White with #5399AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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