Html Css Color HEX #5093B3 Boston Blue

📋 copy color: '#5093B3'

red 80 ◦ green 147 ◦ blue 179

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

Shades of Boston Blue #5093B3

Tints of Boston Blue #5093B3

RGB

 RED value IS 80 (31.64% from 255) = 19.7%

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 179 (70.31% from 255) = 44.09%

R = 19.7%
G = 36.21%
B = 44.09%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5093B3 (or 0x5093B3) is known color: Boston Blue. HEX triplet: 50, 93 and B3. RGB value is (80,147,179). Sum of RGB (Red+Green+Blue) = 80+147+179=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #5093B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093B3 is #AF6C4C. Grayscale: #828282. Windows color (decimal): -11496525 or 11768656. OLE color: 11768656.

HSL color Cylindrical-coordinate representation of color #5093B3: hue angle of 199.39º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5093B3 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 147 179 -
CMYK 0.55 0.18 0 0.30
HSL 199.39º 0.39% 0.51% -
HSV(B) 199.39º 0.55% 0.7% -
XYZ 21.88 25.83 46.48 -
YUV 130.62 155.3 91.9 -
System Red Green Blue C M Y K H S L
Decimal 80 147 179 0.55 0.18 0 0.30 199.39 0.39 0.51
Hex 50 93 B3 37 12 0 1E C7 27 33
Octal 120 223 263 67 22 0 36 307 47 63
Binary 1010000 10010011 10110011 110111 10010 0 11110 11000111 100111 110011

Color Harmonies of #5093B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5093B3

Black with #5093B3

Text Example


Text Example

White with #5093B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5093B3; }

 p { color: rgb(80,147,179); }

 H1.HeaderClassName
 {
   color: #5093B3;
 }
 .AnyTagClassName
 {
   color: #5093B3;
 }
</style>

background-color css

<style>
 a { background-color: #5093B3; }

 a { background-color: rgb(80,147,179); }

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

border-color css

<style>
 span { border-color: #5093B3; }

 span { border-color: rgb(80,147,179); }

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