Html Css Color HEX #50ABBD Viking

📋 copy color: '#50ABBD'

red 80 ◦ green 171 ◦ blue 189

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

Shades of Viking #50ABBD

Tints of Viking #50ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 18.18%
G = 38.86%
B = 42.95%

CMYK

 C value IS 0.58

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50ABBD (or 0x50ABBD) is known color: Viking. HEX triplet: 50, AB and BD. RGB value is (80,171,189). Sum of RGB (Red+Green+Blue) = 80+171+189=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #50ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABBD is #AF5442. Grayscale: #919191. Windows color (decimal): -11490371 or 12430160. OLE color: 12430160.

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

Color convert

RGB 80 171 189 -
CMYK 0.58 0.10 0 0.26
HSL 189.91º 0.45% 0.53% -
HSV(B) 189.91º 0.58% 0.74% -
XYZ 27.06 34.51 53.38 -
YUV 145.84 152.35 81.04 -
System Red Green Blue C M Y K H S L
Decimal 80 171 189 0.58 0.10 0 0.26 189.91 0.45 0.53
Hex 50 AB BD 3A A 0 1A BE 2D 35
Octal 120 253 275 72 12 0 32 276 55 65
Binary 1010000 10101011 10111101 111010 1010 0 11010 10111110 101101 110101

Color Harmonies of #50ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ABBD

Black with #50ABBD

Text Example


Text Example

White with #50ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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