Html Css Color HEX #50A5BB Viking

📋 copy color: '#50A5BB'

red 80 ◦ green 165 ◦ blue 187

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

Shades of Viking #50A5BB

Tints of Viking #50A5BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 18.52%
G = 38.19%
B = 43.29%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50A5BB (or 0x50A5BB) is known color: Viking. HEX triplet: 50, A5 and BB. RGB value is (80,165,187). Sum of RGB (Red+Green+Blue) = 80+165+187=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #50A5BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A5BB is #AF5A44. Grayscale: #8D8D8D. Windows color (decimal): -11491909 or 12297552. OLE color: 12297552.

HSL color Cylindrical-coordinate representation of color #50A5BB: hue angle of 192.34º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A5BB is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 165 187 -
CMYK 0.57 0.12 0 0.27
HSL 192.34º 0.44% 0.52% -
HSV(B) 192.34º 0.57% 0.73% -
XYZ 25.73 32.2 51.87 -
YUV 142.09 153.34 83.71 -
System Red Green Blue C M Y K H S L
Decimal 80 165 187 0.57 0.12 0 0.27 192.34 0.44 0.52
Hex 50 A5 BB 39 C 0 1B C0 2C 34
Octal 120 245 273 71 14 0 33 300 54 64
Binary 1010000 10100101 10111011 111001 1100 0 11011 11000000 101100 110100

Color Harmonies of #50A5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A5BB

Black with #50A5BB

Text Example


Text Example

White with #50A5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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