Html Css Color HEX #50A5B3 Fountain Blue

📋 copy color: '#50A5B3'

red 80 ◦ green 165 ◦ blue 179

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

Shades of Fountain Blue #50A5B3

Tints of Fountain Blue #50A5B3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.92%

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

R = 18.87%
G = 38.92%
B = 42.22%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#50A5B3 (or 0x50A5B3) is known color: Fountain Blue. HEX triplet: 50, A5 and B3. RGB value is (80,165,179). Sum of RGB (Red+Green+Blue) = 80+165+179=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 179 (70.31% from 255 or 42.22% from 424); Max value from RGB is 179 - color contains mainly: blue. Hex color #50A5B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A5B3 is #AF5A4C. Grayscale: #8D8D8D. Windows color (decimal): -11491917 or 11773264. OLE color: 11773264.

HSL color Cylindrical-coordinate representation of color #50A5B3: hue angle of 188.48º 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 #50A5B3 is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 165 179 -
CMYK 0.55 0.08 0 0.30
HSL 188.48º 0.39% 0.51% -
HSV(B) 188.48º 0.55% 0.7% -
XYZ 24.9 31.87 47.49 -
YUV 141.18 149.34 84.36 -
System Red Green Blue C M Y K H S L
Decimal 80 165 179 0.55 0.08 0 0.30 188.48 0.39 0.51
Hex 50 A5 B3 37 8 0 1E BC 27 33
Octal 120 245 263 67 10 0 36 274 47 63
Binary 1010000 10100101 10110011 110111 1000 0 11110 10111100 100111 110011

Color Harmonies of #50A5B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A5B3

Black with #50A5B3

Text Example


Text Example

White with #50A5B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A5B3; }

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

 H1.HeaderClassName
 {
   color: #50A5B3;
 }
 .AnyTagClassName
 {
   color: #50A5B3;
 }
</style>

background-color css

<style>
 a { background-color: #50A5B3; }

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

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

border-color css

<style>
 span { border-color: #50A5B3; }

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

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