Html Css Color HEX #50B5BD Viking

📋 copy color: '#50B5BD'

red 80 ◦ green 181 ◦ blue 189

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

Shades of Viking #50B5BD

Tints of Viking #50B5BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42%

R = 17.78%
G = 40.22%
B = 42%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50B5BD (or 0x50B5BD) is known color: Viking. HEX triplet: 50, B5 and BD. RGB value is (80,181,189). Sum of RGB (Red+Green+Blue) = 80+181+189=450 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.78% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 189 (74.22% from 255 or 42% from 450); Max value from RGB is 189 - color contains mainly: blue. Hex color #50B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50B5BD is #AF4A42. Grayscale: #979797. Windows color (decimal): -11487811 or 12432720. OLE color: 12432720.

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

Color convert

RGB 80 181 189 -
CMYK 0.58 0.04 0 0.26
HSL 184.4º 0.45% 0.53% -
HSV(B) 184.4º 0.58% 0.74% -
XYZ 29.02 38.43 54.03 -
YUV 151.71 149.04 76.85 -
System Red Green Blue C M Y K H S L
Decimal 80 181 189 0.58 0.04 0 0.26 184.4 0.45 0.53
Hex 50 B5 BD 3A 4 0 1A B8 2D 35
Octal 120 265 275 72 4 0 32 270 55 65
Binary 1010000 10110101 10111101 111010 100 0 11010 10111000 101101 110101

Color Harmonies of #50B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5BD

Black with #50B5BD

Text Example


Text Example

White with #50B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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