Html Css Color HEX #50B5BE Viking

📋 copy color: '#50B5BE'

red 80 ◦ green 181 ◦ blue 190

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

Shades of Viking #50B5BE

Tints of Viking #50B5BE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.13%

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

R = 17.74%
G = 40.13%
B = 42.13%

CMYK

 C value IS 0.58

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#50B5BE (or 0x50B5BE) is known color: Viking. HEX triplet: 50, B5 and BE. RGB value is (80,181,190). Sum of RGB (Red+Green+Blue) = 80+181+190=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #50B5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5BE is #AF4A41. Grayscale: #979797. Windows color (decimal): -11487810 or 12498256. OLE color: 12498256.

HSL color Cylindrical-coordinate representation of color #50B5BE: hue angle of 184.91º 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 #50B5BE is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 181 190 -
CMYK 0.58 0.05 0 0.25
HSL 184.91º 0.46% 0.53% -
HSV(B) 184.91º 0.58% 0.75% -
XYZ 29.13 38.47 54.61 -
YUV 151.83 149.54 76.77 -
System Red Green Blue C M Y K H S L
Decimal 80 181 190 0.58 0.05 0 0.25 184.91 0.46 0.53
Hex 50 B5 BE 3A 5 0 19 B9 2E 35
Octal 120 265 276 72 5 0 31 271 56 65
Binary 1010000 10110101 10111110 111010 101 0 11001 10111001 101110 110101

Color Harmonies of #50B5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5BE

Black with #50B5BE

Text Example


Text Example

White with #50B5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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