Html Css Color HEX #5394AC Boston Blue

📋 copy color: '#5394AC'

red 83 ◦ green 148 ◦ blue 172

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

Shades of Boston Blue #5394AC

Tints of Boston Blue #5394AC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.72%

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

R = 20.6%
G = 36.72%
B = 42.68%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5394AC (or 0x5394AC) is known color: Boston Blue. HEX triplet: 53, 94 and AC. RGB value is (83,148,172). Sum of RGB (Red+Green+Blue) = 83+148+172=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #5394AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5394AC is #AC6B53. Grayscale: #838383. Windows color (decimal): -11299668 or 11310163. OLE color: 11310163.

HSL color Cylindrical-coordinate representation of color #5394AC: hue angle of 196.18º 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 #5394AC is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 148 172 -
CMYK 0.52 0.14 0 0.33
HSL 196.18º 0.35% 0.5% -
HSV(B) 196.18º 0.52% 0.67% -
XYZ 21.6 26 42.91 -
YUV 131.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 83 148 172 0.52 0.14 0 0.33 196.18 0.35 0.5
Hex 53 94 AC 34 E 0 21 C4 23 32
Octal 123 224 254 64 16 0 41 304 43 62
Binary 1010011 10010100 10101100 110100 1110 0 100001 11000100 100011 110010

Color Harmonies of #5394AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5394AC

Black with #5394AC

Text Example


Text Example

White with #5394AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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