#50AFBD

Color #50AFBD Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #50AFBD

Tints of Viking #50AFBD

Color information

#50AFBD (or 0x50AFBD) is unknown color: approx Viking. HEX triplet: 50, AF and BD. RGB value is (80,175,189). Sum of RGB (Red+Green+Blue) = 80+175+189=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #50AFBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFBD is #AF5042. Grayscale: #949494. Windows color (decimal): -11489347 or 12431184. OLE color: 12431184.

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

Color convert

RGB80175189-
CMYK0.580.0700.26
HSL187.71º45.23%52.75%-
HSV(B)187.71º57.67%74.12%-
XYZ27.8236.0453.63-
YUV148.19151.0379.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.02%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 189 (74.22% from 255) = 42.57%
R=18.02%
G=39.41%
B=42.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal801751890.580.0700.26187.7145.2352.75
Hex50AFBD3A701Abc2d35
Octal1202572757270322745565
Binary1010000101011111011110111101011101101010111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50AFBD;
 }
 .AnyTagClassName
 {
   color: #50AFBD;
 }
</style>
background-color css

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

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

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

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

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

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