Html Css Color HEX #50ACC5 Viking

📋 copy color: '#50ACC5'

red 80 ◦ green 172 ◦ blue 197

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

Shades of Viking #50ACC5

Tints of Viking #50ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 38.31%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 17.82%
G = 38.31%
B = 43.88%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#50ACC5 (or 0x50ACC5) is known color: Viking. HEX triplet: 50, AC and C5. RGB value is (80,172,197). Sum of RGB (Red+Green+Blue) = 80+172+197=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 172 (67.58% from 255 or 38.31% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #50ACC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ACC5 is #AF533A. Grayscale: #939393. Windows color (decimal): -11490107 or 12954704. OLE color: 12954704.

HSL color Cylindrical-coordinate representation of color #50ACC5: hue angle of 192.82º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50ACC5 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 80 172 197 -
CMYK 0.59 0.13 0 0.23
HSL 192.82º 0.5% 0.54% -
HSV(B) 192.82º 0.59% 0.77% -
XYZ 28.14 35.24 58.14 -
YUV 147.34 156.02 79.97 -
System Red Green Blue C M Y K H S L
Decimal 80 172 197 0.59 0.13 0 0.23 192.82 0.5 0.54
Hex 50 AC C5 3B D 0 17 C1 32 36
Octal 120 254 305 73 15 0 27 301 62 66
Binary 1010000 10101100 11000101 111011 1101 0 10111 11000001 110010 110110

Color Harmonies of #50ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ACC5

Black with #50ACC5

Text Example


Text Example

White with #50ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,172,197); }

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

background-color css

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

 a { background-color: rgb(80,172,197); }

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

border-color css

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

 span { border-color: rgb(80,172,197); }

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