Html Css Color HEX #5394AF Boston Blue

📋 copy color: '#5394AF'

red 83 ◦ green 148 ◦ blue 175

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

Shades of Boston Blue #5394AF

Tints of Boston Blue #5394AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 20.44%
G = 36.45%
B = 43.1%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5394AF (or 0x5394AF) is known color: Boston Blue. HEX triplet: 53, 94 and AF. RGB value is (83,148,175). Sum of RGB (Red+Green+Blue) = 83+148+175=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #5394AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5394AF is #AC6B50. Grayscale: #838383. Windows color (decimal): -11299665 or 11506771. OLE color: 11506771.

HSL color Cylindrical-coordinate representation of color #5394AF: hue angle of 197.61º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5394AF is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 148 175 -
CMYK 0.53 0.15 0 0.31
HSL 197.61º 0.37% 0.51% -
HSV(B) 197.61º 0.53% 0.69% -
XYZ 21.9 26.11 44.44 -
YUV 131.64 152.47 93.3 -
System Red Green Blue C M Y K H S L
Decimal 83 148 175 0.53 0.15 0 0.31 197.61 0.37 0.51
Hex 53 94 AF 35 F 0 1F C6 25 33
Octal 123 224 257 65 17 0 37 306 45 63
Binary 1010011 10010100 10101111 110101 1111 0 11111 11000110 100101 110011

Color Harmonies of #5394AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5394AF

Black with #5394AF

Text Example


Text Example

White with #5394AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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