Html Css Color HEX #50A2BE Viking

📋 copy color: '#50A2BE'

red 80 ◦ green 162 ◦ blue 190

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

Shades of Viking #50A2BE

Tints of Viking #50A2BE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

 BLUE value IS 190 (74.61% from 255) = 43.98%

R = 18.52%
G = 37.5%
B = 43.98%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50A2BE (or 0x50A2BE) is known color: Viking. HEX triplet: 50, A2 and BE. RGB value is (80,162,190). Sum of RGB (Red+Green+Blue) = 80+162+190=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #50A2BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A2BE is #AF5D41. Grayscale: #8C8C8C. Windows color (decimal): -11492674 or 12493392. OLE color: 12493392.

HSL color Cylindrical-coordinate representation of color #50A2BE: hue angle of 195.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A2BE is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 162 190 -
CMYK 0.58 0.15 0 0.25
HSL 195.27º 0.46% 0.53% -
HSV(B) 195.27º 0.58% 0.75% -
XYZ 25.52 31.26 53.4 -
YUV 140.67 155.83 84.72 -
System Red Green Blue C M Y K H S L
Decimal 80 162 190 0.58 0.15 0 0.25 195.27 0.46 0.53
Hex 50 A2 BE 3A F 0 19 C3 2E 35
Octal 120 242 276 72 17 0 31 303 56 65
Binary 1010000 10100010 10111110 111010 1111 0 11001 11000011 101110 110101

Color Harmonies of #50A2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A2BE

Black with #50A2BE

Text Example


Text Example

White with #50A2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,162,190); }

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

background-color css

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

 a { background-color: rgb(80,162,190); }

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

border-color css

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

 span { border-color: rgb(80,162,190); }

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