Html Css Color HEX #5397AC Boston Blue

📋 copy color: '#5397AC'

red 83 ◦ green 151 ◦ blue 172

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

Shades of Boston Blue #5397AC

Tints of Boston Blue #5397AC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.19%

 BLUE value IS 172 (67.58% from 255) = 42.36%

R = 20.44%
G = 37.19%
B = 42.36%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5397AC (or 0x5397AC) is known color: Boston Blue. HEX triplet: 53, 97 and AC. RGB value is (83,151,172). Sum of RGB (Red+Green+Blue) = 83+151+172=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5397AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5397AC is #AC6853. Grayscale: #848484. Windows color (decimal): -11298900 or 11310931. OLE color: 11310931.

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

Color convert

RGB 83 151 172 -
CMYK 0.52 0.12 0 0.33
HSL 194.16º 0.35% 0.5% -
HSV(B) 194.16º 0.52% 0.67% -
XYZ 22.08 26.95 43.07 -
YUV 133.06 149.97 92.29 -
System Red Green Blue C M Y K H S L
Decimal 83 151 172 0.52 0.12 0 0.33 194.16 0.35 0.5
Hex 53 97 AC 34 C 0 21 C2 23 32
Octal 123 227 254 64 14 0 41 302 43 62
Binary 1010011 10010111 10101100 110100 1100 0 100001 11000010 100011 110010

Color Harmonies of #5397AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5397AC

Black with #5397AC

Text Example


Text Example

White with #5397AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5397AC; }

 p { color: rgb(83,151,172); }

 H1.HeaderClassName
 {
   color: #5397AC;
 }
 .AnyTagClassName
 {
   color: #5397AC;
 }
</style>

background-color css

<style>
 a { background-color: #5397AC; }

 a { background-color: rgb(83,151,172); }

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

border-color css

<style>
 span { border-color: #5397AC; }

 span { border-color: rgb(83,151,172); }

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