Html Css Color HEX #50A6BC Viking

📋 copy color: '#50A6BC'

red 80 ◦ green 166 ◦ blue 188

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

Shades of Viking #50A6BC

Tints of Viking #50A6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 188 (73.83% from 255) = 43.32%

R = 18.43%
G = 38.25%
B = 43.32%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50A6BC (or 0x50A6BC) is known color: Viking. HEX triplet: 50, A6 and BC. RGB value is (80,166,188). Sum of RGB (Red+Green+Blue) = 80+166+188=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #50A6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A6BC is #AF5943. Grayscale: #8E8E8E. Windows color (decimal): -11491652 or 12363344. OLE color: 12363344.

HSL color Cylindrical-coordinate representation of color #50A6BC: hue angle of 192.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50A6BC is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 166 188 -
CMYK 0.57 0.12 0 0.26
HSL 192.22º 0.45% 0.53% -
HSV(B) 192.22º 0.57% 0.74% -
XYZ 26.02 32.61 52.5 -
YUV 142.79 153.51 83.21 -
System Red Green Blue C M Y K H S L
Decimal 80 166 188 0.57 0.12 0 0.26 192.22 0.45 0.53
Hex 50 A6 BC 39 C 0 1A C0 2D 35
Octal 120 246 274 71 14 0 32 300 55 65
Binary 1010000 10100110 10111100 111001 1100 0 11010 11000000 101101 110101

Color Harmonies of #50A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A6BC

Black with #50A6BC

Text Example


Text Example

White with #50A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,166,188); }

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

background-color css

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

 a { background-color: rgb(80,166,188); }

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

border-color css

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

 span { border-color: rgb(80,166,188); }

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