Html Css Color HEX #50A5BD Viking

📋 copy color: '#50A5BD'

red 80 ◦ green 165 ◦ blue 189

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

Shades of Viking #50A5BD

Tints of Viking #50A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 18.43%
G = 38.02%
B = 43.55%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#50A5BD (or 0x50A5BD) is known color: Viking. HEX triplet: 50, A5 and BD. RGB value is (80,165,189). Sum of RGB (Red+Green+Blue) = 80+165+189=434 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.43% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #50A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A5BD is #AF5A42. Grayscale: #8E8E8E. Windows color (decimal): -11491907 or 12428624. OLE color: 12428624.

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

Color convert

RGB 80 165 189 -
CMYK 0.58 0.13 0 0.26
HSL 193.21º 0.45% 0.53% -
HSV(B) 193.21º 0.58% 0.74% -
XYZ 25.95 32.29 53.01 -
YUV 142.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 80 165 189 0.58 0.13 0 0.26 193.21 0.45 0.53
Hex 50 A5 BD 3A D 0 1A C1 2D 35
Octal 120 245 275 72 15 0 32 301 55 65
Binary 1010000 10100101 10111101 111010 1101 0 11010 11000001 101101 110101

Color Harmonies of #50A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A5BD

Black with #50A5BD

Text Example


Text Example

White with #50A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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