#50ABCA

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

Shades of Viking #50ABCA

Tints of Viking #50ABCA

Color information

#50ABCA (or 0x50ABCA) is unknown color: approx Viking. HEX triplet: 50, AB and CA. RGB value is (80,171,202). Sum of RGB (Red+Green+Blue) = 80+171+202=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 202 (79.30% from 255 or 44.59% from 453); Max value from RGB is 202 - color contains mainly: blue. Hex color #50ABCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABCA is #AF5435. Grayscale: #939393. Windows color (decimal): -11490358 or 13282128. OLE color: 13282128.

HSL color Cylindrical-coordinate representation of color #50ABCA: hue angle of 195.25º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50ABCA is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB80171202-
CMYK0.600.1500.21
HSL195.25º53.51%55.29%-
HSV(B)195.25º60.4%79.22%-
XYZ28.5335.161.15-
YUV147.32158.8579.98-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 17.66%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 202 (79.30% from 255) = 44.59%
R=17.66%
G=37.75%
B=44.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal801712020.600.1500.21195.2553.5155.29
Hex50ABCA3CF015c33637
Octal12025331274170253036667
Binary10100001010101111001010111100111101010111000011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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