Html Css Color HEX #50A8BD Viking

📋 copy color: '#50A8BD'

red 80 ◦ green 168 ◦ blue 189

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

Shades of Viking #50A8BD

Tints of Viking #50A8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.44%

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

R = 18.31%
G = 38.44%
B = 43.25%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50A8BD (or 0x50A8BD) is known color: Viking. HEX triplet: 50, A8 and BD. RGB value is (80,168,189). Sum of RGB (Red+Green+Blue) = 80+168+189=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #50A8BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A8BD is #AF5742. Grayscale: #8F8F8F. Windows color (decimal): -11491139 or 12429392. OLE color: 12429392.

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

Color convert

RGB 80 168 189 -
CMYK 0.58 0.11 0 0.26
HSL 191.56º 0.45% 0.53% -
HSV(B) 191.56º 0.58% 0.74% -
XYZ 26.5 33.38 53.19 -
YUV 144.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 80 168 189 0.58 0.11 0 0.26 191.56 0.45 0.53
Hex 50 A8 BD 3A B 0 1A C0 2D 35
Octal 120 250 275 72 13 0 32 300 55 65
Binary 1010000 10101000 10111101 111010 1011 0 11010 11000000 101101 110101

Color Harmonies of #50A8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A8BD

Black with #50A8BD

Text Example


Text Example

White with #50A8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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