Html Css Color HEX #50A3BB Viking

📋 copy color: '#50A3BB'

red 80 ◦ green 163 ◦ blue 187

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

Shades of Viking #50A3BB

Tints of Viking #50A3BB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.91%

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

R = 18.6%
G = 37.91%
B = 43.49%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#50A3BB (or 0x50A3BB) is known color: Viking. HEX triplet: 50, A3 and BB. RGB value is (80,163,187). Sum of RGB (Red+Green+Blue) = 80+163+187=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 163 (64.06% from 255 or 37.91% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #50A3BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A3BB is #AF5C44. Grayscale: #8C8C8C. Windows color (decimal): -11492421 or 12297040. OLE color: 12297040.

HSL color Cylindrical-coordinate representation of color #50A3BB: hue angle of 193.46º 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 #50A3BB is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 163 187 -
CMYK 0.57 0.13 0 0.27
HSL 193.46º 0.44% 0.52% -
HSV(B) 193.46º 0.57% 0.73% -
XYZ 25.38 31.49 51.75 -
YUV 140.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 80 163 187 0.57 0.13 0 0.27 193.46 0.44 0.52
Hex 50 A3 BB 39 D 0 1B C1 2C 34
Octal 120 243 273 71 15 0 33 301 54 64
Binary 1010000 10100011 10111011 111001 1101 0 11011 11000001 101100 110100

Color Harmonies of #50A3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A3BB

Black with #50A3BB

Text Example


Text Example

White with #50A3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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